Bullet Physics in D

Andrea Fontana nospam at example.com
Fri Jan 31 09:00:45 UTC 2020


On Friday, 31 January 2020 at 00:37:27 UTC, Gregor Mückl wrote:
> On Thursday, 30 January 2020 at 20:53:39 UTC, bachmeier wrote:
>> Do you have a link to the C API documentation/examples? Using 
>> dpp, it should be nothing more than adding an #include 
>> statement at the top of your D file and calling the functions. 
>> Or use dstep to generate the bindings.
>
> This piqued my interest, too, but I don't see any 
> documentation. The only C wrapper that I found is part of the 
> shared memory client/server example. Pybullet piggybacks on 
> that (an example program including code from a separate 
> example). At first glance, all of this looks pretty weird and I 
> can't make out how stable, complete or efficient it actually is.

https://github.com/bulletphysics/bullet3/blob/master/examples/pybullet/pybullet.c

This sounds like a c binding


More information about the Digitalmars-d mailing list