Bullet SWIG (Simplified Wrapper Interface Generator) 4 Java

juliangamble
Posts: 2
Joined: Wed Aug 01, 2007 1:39 pm

Bullet SWIG (Simplified Wrapper Interface Generator) 4 Java

Post 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
User avatar
Erwin Coumans
Site Admin
Posts: 4221
Joined: Sun Jun 26, 2005 6:43 pm
Location: California, USA

Post 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
juliangamble
Posts: 2
Joined: Wed Aug 01, 2007 1:39 pm

Files

Post 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.