Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maximbilan/the-pursuit-demo
3D racing with physics powered by Marmalade SDK and Bullet Physics
https://github.com/maximbilan/the-pursuit-demo
3d 3d-racing android blackberry bullet-physics c-plus-plus demo ios marmalade-sdk
Last synced: 3 months ago
JSON representation
3D racing with physics powered by Marmalade SDK and Bullet Physics
- Host: GitHub
- URL: https://github.com/maximbilan/the-pursuit-demo
- Owner: maximbilan
- License: mit
- Created: 2014-04-01T20:06:44.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-12-07T14:35:03.000Z (about 8 years ago)
- Last Synced: 2024-04-20T11:04:27.262Z (10 months ago)
- Topics: 3d, 3d-racing, android, blackberry, bullet-physics, c-plus-plus, demo, ios, marmalade-sdk
- Language: GLSL
- Homepage:
- Size: 6.6 MB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
The Pursuit Demo
================================The other my old stuff. 3D racing with physics powered by Marmalade SDK and Bullet Physics.
Released the demo version for mobile platforms: BlackBerry, Android and iOS.![alt tag](https://raw.github.com/maximbilan/cpp_marmalade_sdk_the_pursuit_3d/master/data/img/screen1.png)
YouTube Video: https://www.youtube.com/watch?v=ptwG-6U4xyE
BlackBerry World: http://appworld.blackberry.com/webstore/content/24117936/
Play Store: https://play.google.com/store/apps/details?id=com.maxim.thepursuitdemo
Apple iTunes: https://itunes.apple.com/us/app/the-pursuit-demo/id689719793
Amazon App Store: http://www.amazon.com/gp/product/B00NMQ980CI think you will have no difficulties, if you want to build this sources, but for this you need the Marmalade SDK license, and then everything is simple if you follow the instructions.
## Prerequisites:
For Windows:
- Microsoft Visual Studio 2010 (or 2012) Express Edition
- Marmalade SDK
For iOS:
- Xcode 4.6.3
- Marmalade SDK
## How to build:
- Download and install Python 2.7
- Download extension xlrd 0.8.0 from http://pypi.python.org/pypi/xlrd/
- Extract this archive and run the command 'python setup.py install'
- Run the script makedata.bat from folder 'scripts'
- Open race3d.mkb from 'project/race3d' or run the script run_project.bat from 'scripts'
## Important notes:
1. Install Java SDK 6, not 7 for Android build
2. For Windows Phone 8 build you need to install Windows 8 x64 and run 'run_project_win8.bat'
## Screenshots:
![alt tag](https://raw.github.com/maximbilan/cpp_marmalade_sdk_the_pursuit_3d/master/data/img/screen2.png)
![alt tag](https://raw.github.com/maximbilan/cpp_marmalade_sdk_the_pursuit_3d/master/data/img/screen3.png)
![alt tag](https://raw.github.com/maximbilan/cpp_marmalade_sdk_the_pursuit_3d/master/data/img/screen4.png)
![alt tag](https://raw.github.com/maximbilan/cpp_marmalade_sdk_the_pursuit_3d/master/data/img/screen5.png)