does anyone know of an app that will allow me to draw coordinates on an image and then generate some box2d shape code?
BOX2D Shape Drawing GUI
(5 posts) (3 voices)-
Posted 2 years ago #
-
LevelSVG?
I'm currently looking at parsing SVG file from InkScape - this lets you draw coordinates on an image and export as SVG file - this you would need to write a SVG parser.
Posted 2 years ago # -
no not quite. i stumbled across something (on the box2d wiki i think, but it has since been removed from the box2d site) that would let me import an image, draw coordinates on it, and it would generate box2d code...
Posted 2 years ago # -
I think you want this: http://www.cocos2d-iphone.org/archives/779
Posted 2 years ago # -
YES! thanks!
Posted 2 years ago #
Reply
You must log in to post.