harrison-lucas / bullet

Automatically exported from code.google.com/p/bullet
Other
0 stars 0 forks source link

Bullet Physics Library on Tizen #733

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I have 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.0. Library works on Tizen after some little changes in the 
code and suitable configuration of the Tizen project. One of these changes is a 
patch described ealier 
(https://code.google.com/p/bullet/issues/detail?id=693&q=btConvexHullShape&colsp
ec=Modified%20ID%20Type%20Stars%20Status%20Owner%20Summary). I attach two other 
changes.

What version of the product are you using? On what operating system?
bullet-2.81-rev2613. 64-bit Ubuntu.

Original issue reported on code.google.com by szymanska.zanet on 22 Aug 2013 at 8:30

Attachments:

GoogleCodeExporter commented 9 years ago
We cannot use the MiniCL/cl_gl.h headers, it conflicts will full OpenCL 
implementations.

It seems that Tizen is not a full OpenCL implementation, and lacks 
OpenGL-OpenCL interop? If so, we need to workaround the usage of interop 
functions on Tizen platform.

Original comment by erwin.coumans on 10 Sep 2013 at 8:08

GoogleCodeExporter commented 9 years ago
Yes, Tizen hasn't OPENCL implementation. I thought that I can use the MiniCL 
instead?

Original comment by szymanska.zanet on 11 Sep 2013 at 10:15

GoogleCodeExporter commented 9 years ago
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(https://developer.tizen.org/documentation/articles/bullet-continuous-col
lision-detection-and-physics-library) and 
working(https://developer.tizen.org/documentation/articles/working-bullet-physic
s-library) with the library on Tizen.

Original comment by szymanska.zanet on 14 Oct 2013 at 10:18

GoogleCodeExporter commented 9 years ago
thanks, the article looks great.

Original comment by erwin.coumans on 16 Oct 2013 at 9:34