www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Physics library

reply Michael <Michael_member pathlink.com> writes:
Has anyone ever wrote some bindings for a physics library? If not, Ill probably
ending up writing them myself for Tokomak and post them somewhere.
Apr 12 2006
next sibling parent reply Lionello Lunesu <lio lunesu.remove.com> writes:
Michael wrote:
 Has anyone ever wrote some bindings for a physics library? If not, Ill probably
 ending up writing them myself for Tokomak and post them somewhere.
 
 
Check the Torus Trooper thread in digitalmars.D.announce. One of the other games in D by that author contain bindings for open physics library. http://www.asahi-net.or.jp/~cs8k-cyu/windows/tt_e.html L.
Apr 12 2006
parent Michael <Michael_member pathlink.com> writes:
Thanks for that - I found it. His ODE bindings are very good at a first glance.
I asked him to publish them on dsource.org

In article <e1imfa$1osl$1 digitaldaemon.com>, Lionello Lunesu says...
Michael wrote:
 Has anyone ever wrote some bindings for a physics library? If not, Ill probably
 ending up writing them myself for Tokomak and post them somewhere.
 
 
Check the Torus Trooper thread in digitalmars.D.announce. One of the other games in D by that author contain bindings for open physics library. http://www.asahi-net.or.jp/~cs8k-cyu/windows/tt_e.html L.
Apr 12 2006
prev sibling parent David Medlock <noone nowhere.com> writes:
Michael wrote:
 Has anyone ever wrote some bindings for a physics library? If not, Ill probably
 ending up writing them myself for Tokomak and post them somewhere.
 
 
I did some bindings for Newton Dynamics(attached): http://www.newtondynamics.com/ It has only 20 minutes of testing on it, but it should be a start if someone wants to use it. You have to run Coff2Omf on the dynamic LIB in their SDK. -DavidM
Apr 12 2006