Bullet for Windows Phone 8

digi123
Posts: 5
Joined: Mon Mar 02, 2009 7:17 am

Bullet for Windows Phone 8

Post by digi123 »

Does anyone know if there are plans to make Bullet Physics work on Windows Phone 8 with neon optimizations?
User avatar
Erwin Coumans
Site Admin
Posts: 4221
Joined: Sun Jun 26, 2005 6:43 pm
Location: California, USA

Re: Bullet for Windows Phone 8

Post by Erwin Coumans »

The NEON version currently only works on iOS.

Lack of NEON shouldn't be a showstopper, the regular C++ version of Bullet should work fine on Windows Phone 8 and other ARM platforms.
digi123
Posts: 5
Joined: Mon Mar 02, 2009 7:17 am

Re: Bullet for Windows Phone 8

Post by digi123 »

Fair enough. I had to jiggle some defines around to get things to work but it works. However, it would be nice to have the NEON optimizations. I'm not too familiar with NEON code enough to make my own. Do you have any time frame for support, perhaps the next release?