Welcome to Phynix 0.1 by Gabriel Vieira.
Phynix is a physics sandbox driven by Unix-like commands.
Type help at any time to hide/show this panel.
Make box - mkbox width height x y [rot/id]
(eg.: mkbox 50 50 300 400 --rot=30 --id=box1)
Make circle - mkcir radius x y [id]
(eg.: mkcir 60 250 250 --id=cir1)
Make joint - mkjnt id1 id2
(eg.: mkjnt box1 cir1)
Remove - rm id
(eg.: rm box2)
Freeze - frz
Toggles the physics engine
Left click to drag / display object's details
Right click to remove an object (even w/o ID)
To wipe out your current simulation, simply reload the page.
Up/down cycles through your command history.
See project on Github © 2013 Gabriel Vieira