Bullet Physics in D
Gregor Mückl
gregormueckl at gmx.de
Fri Jan 31 00:37:27 UTC 2020
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.
More information about the Digitalmars-d
mailing list