CMake project for Jolt physics raylib Hello World. The code accompanies the Rodney Lab article on using Jolt physics with raylib, which provides some pointers on getting start with and setting up Jolt with raylib. If you have any questions, please drop a comment at the bottom of that page.
Requires CMake and a C++ compiler.
Clone the repo then run:
mkdir .build
cd .build
cmake ..
cmake --build .
./bin/RaylibImGuiApp
With the game running, press the F9 key to bring up the debug interface and close the preview, or use F9 again to close it.
Feel free to jump into the Rodney Lab matrix chat room.