Page 1 of 1

Bullet SWIG (Simplified Wrapper Interface Generator) 4 Java

Posted: Wed Aug 01, 2007 1:43 pm
by juliangamble
Hi Guys,

I wrote a SWIG file for Bullet that can be used to generate wrapper files for other languages.

Would you like me to post it here? (No promises that it will do what you want - just for academic interest).

Cheers
JG

Posted: Fri Aug 03, 2007 5:46 am
by Erwin Coumans
Of course, Java bindings would be great to have. Is there any application/demo that makes use of this? Would it be possible to run Bullet in a webpage?

Thanks,
Erwin

Files

Posted: Mon Aug 06, 2007 8:02 am
by juliangamble
You can see a wrapper file and a dll I created here:
http://www.progsoc.org/~julian/swig/bullet.i

http://www.progsoc.org/~julian/swig/Rel ... sicJNI.dll

I don't think that the bullet library was designed for wrappers in mind (correct me if I'm wrong).

This can also be used for perl and python and ruby if necessary.

You can download the SWIG generator from here:
http://www.swig.org/

I wasn't able to get the BasicDemo to interoperate with Java. I'm really interested to hear from people who can.