Reviving BulletD -- again

Rob T alanb at ucora.com
Sun Apr 14 14:38:45 PDT 2013


There was a fair amount of talk in the general discussion forum 
about automatically converting the dmd C sources into D, so there 
may be some advice or ideas in there that may apply, although 
perhaps the biggest difficulty is that the Bullet API is C++ not 
C.

Just a wild thought and probably not possible, but if there's a 
layer in Bullet that provides the core functionality and does not 
require classes, then you could create a C wrapper for it alone, 
then build the C++ layer up using D.

--rt


More information about the Digitalmars-d-announce mailing list