Skip to content

Using Jolt with Flecs & Dear ImGui πŸ‘€ to add game physics introspection to a raylib game, with pause and stepping for dev tools debugging 🐜.

Notifications You must be signed in to change notification settings

rodneylab/raylib-flecs-imgui-introspection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Rodney Lab raylib-flecs-imgui-introspection Git Hub banner

Rodney Lab logo

raylib Flecs ImGui Introspection

raylib-flecs-imgui-introspection

CMake project based Jolt physics raylib Hello World, showing how to integrate Flecs, Dear ImGui and Raylib to add physics introspection. The code accompanies the Rodney Lab article on using Jolt with Flecs and Dear ImGui, 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.

πŸ–₯️ Usage

Terminal animation shows t
β”‚ he user entering the following commands:  cd .build, cmake .., cmake --
β”‚ build ., ./bin/RaylibFlecsImGuiIntrospection. Then out shows animation steps inc
β”‚ luding velocity and position at each step.

Requires CMake and a C++ compiler.

Clone the repo then run:

mkdir .build
cd .build
cmake ..
cmake --build .
./bin/RaylibFlecsImGuiIntrospection

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.

☎️ Issues

Feel free to jump into the Rodney Lab matrix chat room.

About

Using Jolt with Flecs & Dear ImGui πŸ‘€ to add game physics introspection to a raylib game, with pause and stepping for dev tools debugging 🐜.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published