
エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
iPhone smooth sketch drawing algorithm
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
iPhone smooth sketch drawing algorithm
I am working on a sketching app on the iPhone. I got it working but not pretty as seen here And I... I am working on a sketching app on the iPhone. I got it working but not pretty as seen here And I am looking for any suggestion to smooth the drawing Basically, what I did is when user places a finger on the screen I called - (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event then I collect a single touch in an array with - (void) touchesMoved:(NSSet *)touches withEvent:(UIEvent *)even