Modeling tool for Box2D
##Preview
Edit shape
Edit fixture
Edit joint
Output to codes
##About EasyModeling was inspired by R.U.B.E Box2d editor.
This editor used to create Box2D's body, fixture, joint and adjust their attributes.
##Sources
##Binaries easymodeling.exe
maybe you need these dll files: freetype6.dll zlib1.dll
##How to use
###1. Load images
Press left panel's "+" button to add images.
###2. Edit shape
Double click library's image will save the boundary file on disk, so no need to edit again when loading the same image next time.
Also you can drag the image to stage, double click to edit it. This will saved at the final file.
###3. Adjust the position and angle of actors in stage panel
Mouse left drag to move and mouse right drag to rotate.
###4. Set attributes though left-low panel
To set b2World, b2Body, b2Fixturem and b2Joint's value.
###5. Edit joint
Select 2 bodies and press ok to create joint
###6. Press Ctrl + Enter to run it at preview panel
###7. Select menu Codes output the modeling to codes