Thread overview
Physics library
Apr 12, 2006
Michael
Apr 12, 2006
Lionello Lunesu
Apr 12, 2006
Michael
Apr 12, 2006
David Medlock
April 12, 2006
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.


April 12, 2006
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.
April 12, 2006
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







April 12, 2006
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.