Bullet Physics Library on Tizen

Jeannette
Posts: 2
Joined: Fri Aug 02, 2013 11:28 am
Location: Poland

Bullet Physics Library on Tizen

Post by Jeannette »

Hi,

I have already ported the Bullet Physics Library (version: 2.81) to work on a new mobile platform - Tizen (https://developer.tizen.org/). It is now compatible with Tizen SDK 2.2. I have also created a sample application, working on Tizen platform and using the ported library. It looks really promising so I wonder if I could contribute to the Bullet project. Would you be interested in that? What should I do to contribute?
Library works on Tizen after some little changes in the code and suitable configuration of the Tizen project. I can describe configuration for created projects, but I would like to know if it is possible to apply three little changes to the library's source code (one of them is a patch described ealier: https://code.google.com/p/bullet/issues ... %20Summary).
User avatar
Erwin Coumans
Site Admin
Posts: 4221
Joined: Sun Jun 26, 2005 6:43 pm
Location: California, USA

Re: Bullet Physics Library on Tizen

Post by Erwin Coumans »

Thank you for considering to contribute. If you have a patch, it is best to create a new issue in the Googlecode issue tracker, and attach the patch.

https://code.google.com/p/bullet/issues/list

Note that I'm currently focusing on Bullet 3.x, but at some stage I get back to processing the patches for Bullet 2.x.
Thanks,
Erwin
Jeannette
Posts: 2
Joined: Fri Aug 02, 2013 11:28 am
Location: Poland

Re: Bullet Physics Library on Tizen

Post by Jeannette »

I removed Bullet/src/BulletMultiThreaded and Bullet/src/MiniCL directories for now (it is possible that Tizen will have a full OpenCL implementation later). I built the library and everything works fine on Tizen.
I published the articles about porting and working with the library on Tizen.
Would it be possible to contribute with Tizen Sample application's source code to bullet physics library (Demos, etc.)?