xxhp / smooth-drawing

iOS Project showing how to create a drawing app with really nice and smooth lines...

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sample drawing: Purpose

Smooth drawing is a sample project showing exactly how to create a nice and smooth drawing application, it draws nice anti-aliased lines and the feel is really natural, you can read about it's creation at: http://www.merowing.info/2012/04/drawing-smooth-lines-with-cocos2d-ios-inspired-by-paper/ I decided to create this after finding out that there isn't really a complete solution released and many people try to make something like that but fail at some point. I Hope you like it, spread the word so that more people will be able to learn / use this.

ARC Compatibility

Project uses ARC, I put all the code inside LineDrawer class ( don't worry it's only ~500 lines ) so that you can just add -fobjc-arc on this class in non-ARC projects.

Spread the word and read my blog post about this project to learn more.

About

iOS Project showing how to create a drawing app with really nice and smooth lines...

License:Other