–Edit
–New Version Sample
https://github.com/scottrules44/physics-body-editor-example
Plugin Launched
https://store.coronalabs.com/plugin/physics-body-editor
– Old Version
Today I am releasing a new plugin for the physic body editor (code page here)
It is a free physics body editor and in my personal experience with it I found it to be a tiny bit better than PhysicsEditor.
If you have a hard time installing it make sure you have java 1.6
here is step by step ( I have mac)
–1.Check version
go to hard drive/ library / java / JavaVirtualMachines – make sure you nothing in there or except maybe 1.6.0 jdk (if you have 1.6.0 keep it skip to step 4)
2.disable old version
open terminal
and type in
sudo rm -fr /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin
sudo rm -fr /Library/PreferencePanes/JavaControlPanel.prefpane
3.get new version
download and install
https://support.apple.com/kb/DL1572?locale=en_US
4.run code in terminal
#/bin/bash export JAVA\_HOME=`/usr/libexec/java_home -v 1.6.0_65-b14-486` java -jar physics-body-editor.jar
Notes i have physics body loader in home folder.
If you hate the terminal check out this little app that will run command for you. – mac only
https://drive.google.com/file/d/0B5swSg-cH4L6X0JnSXZFYjJSRmM/view?usp=sharing
–