Releases: crabmusket/t3d-bones
Releases · crabmusket/t3d-bones
Python example
This release contains a translation of the existing t3d-bones
main file to Python thanks to ScriptT3D. To run it, navigate to the root directory in a terminal and run python main.py
. The download (5MB) contains a pre-built Windows pyd
library - no need to install anything but Python 2.7 and DirectX 9.0c or above.
Physics example
This release contains a demo using PhysX to create some cube shapes. The code is minimal and available in physics/main.cs. This download contains pre-built Windows binaries with PhysX included (7MB total). No need to install anything other than DirectX 9.0c or above.