A Modern Fork of libBulletML
To provide a clean easy to build copy of libBulletML using modern C++ with minimal code changes to the core library.
libBulletML uses premake to generate project files for building the library. Follow the instructions for your platform below.
- Windows
- Double click and run setup.bat from explorer
- or from the repository root run
setup.bat
in a command console
- MacOS
- Double click and run setup.command from finder
- or from the repository root run
./setup.sh
in terminal
- Linux
- From the repository root run
./setup.sh
in a terminal
- From the repository root run
Passing '--with-tests' to the setup script setup.bat
or setup.sh
will ensure that googletest is updated and cause premake to generate the tests project. Simply build and run the tests project to exercise all tests.