Is there any efficient way to draw smooth curves in corona sdk?

I want to to make a paint app, is there any efficient way to draw smooth curves in corona sdk? [import]uid: 11702 topic_id: 34235 reply_id: 334235[/import]

Look in the community code for Bezier curves. There are a couple of implementations there. [import]uid: 199310 topic_id: 34235 reply_id: 136119[/import]

Try:

http://developer.coronalabs.com/code/bezier-curve-corona-sdk

I think it is one of the best module I have seen on the subject. I am going to use it myself in my app update of my SpaceCommand app. Right now the asteroids move linearly but in the update I am adding UFO and needed to have move in a curved way.

Good luck

Mo [import]uid: 100814 topic_id: 34235 reply_id: 136139[/import]

Look in the community code for Bezier curves. There are a couple of implementations there. [import]uid: 199310 topic_id: 34235 reply_id: 136119[/import]

Try:

http://developer.coronalabs.com/code/bezier-curve-corona-sdk

I think it is one of the best module I have seen on the subject. I am going to use it myself in my app update of my SpaceCommand app. Right now the asteroids move linearly but in the update I am adding UFO and needed to have move in a curved way.

Good luck

Mo [import]uid: 100814 topic_id: 34235 reply_id: 136139[/import]