Skip to content

Trying to change OgreBullet demo to Ogre+Bullet demo

Notifications You must be signed in to change notification settings

diegoponciano/Ogre-Bullet-demo

Repository files navigation

Ogre Bullet demo

Demo project that integrates the Ogre rendering engine with the Bullet Physics library.

Instructions

To compile the program, you need to have cmake installed. Open the bash and compile it:

$ cmake .
$ make
$ make install

Then, move to the bin directory (better open a new tab), and run it:

$ cd dist/bin
$ ./OgreApp

Alternatively, you can install and use Qt Creator (just open the CMakeList.txt file).

About

Trying to change OgreBullet demo to Ogre+Bullet demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages