SimPHY (Beta Version) updated to 0.9
SimPhy is updated to new version which involves many tweaks and some long desired features. This updated is mainly intended for better visualization support to understand physics better.
Read more
SimPhy is updated to new version which involves many tweaks and some long desired features. This updated is mainly intended for better visualization support to understand physics better.
Read more
After a big time gap Simphy is updated version 0.8 with many new improvements and several bug fixes and improvements.
Biggest Update ever done in Simphy!
This update mainly features following enhancements ..
SimPHY now supports its own gui elements which respond to their associated events through scripts.
Ex.
Button: allows user to write script on its onClick() event. for example
function button_onclick(){ var disc = world.addDisc(0.3) }
adds disc of radius 0.3 at origin whenever button is pressed.
The long awaited feature finally makes its place in simphy. Now it includes scripting support on world events
like onStart, onStop, onUpdate or there is a collision between objects etc.
SimPHY is now more power-full and more robust
SimPHY supports javascript syntax for scripting. All the objects and joints created are available as javascript variables to deal with.