Hi,
I'd like to know if there is any port of the Bullet SDK to the Windows Mobile platform.
Thanks in advance.
Jo?o Paulo
Windows Mobile port
-
- Site Admin
- Posts: 4221
- Joined: Sun Jun 26, 2005 6:43 pm
- Location: California, USA
The Bullet source code is very portable, so it probably compiles out-of-the-box.
Bullet provides CMake, jam and MSVC Visual Studio projectfiles.
Which build system do you usually use on Windows Mobile? You can just add the Bullet/src folder to your includes, and add all the .cpp files recursively from Bullet/src, that should work.
Hope this helps,
Erwin
Bullet provides CMake, jam and MSVC Visual Studio projectfiles.
Which build system do you usually use on Windows Mobile? You can just add the Bullet/src folder to your includes, and add all the .cpp files recursively from Bullet/src, that should work.
Hope this helps,
Erwin
-
- Posts: 2
- Joined: Thu Mar 15, 2007 6:52 pm