rodneylab / raylib-imgui

Using raylib with Dear ImGui: how you can use Dear ImGui to create an immediate mode ๐Ÿœ debugging interface for your CMake raylib game ๐ŸŽฎ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rodney Lab raylib-imgui Github banner

Rodney Lab logo

raylib Dear ImGui

raylib-imgui

CMake project for building a debugging UI for a raylib game using Dear ImGui. The code accompanies the Rodney Lab article on using raylib with Dear ImGui, which provides some pointers on setting up your debugging interface. If you have any questions, please drop a comment at the bottom of that page.

Usage

Requires CMake and a C++ compiler.

Clone the repo then run:

cmake . -B build
cmake --build build
./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.

Issues

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

About

Using raylib with Dear ImGui: how you can use Dear ImGui to create an immediate mode ๐Ÿœ debugging interface for your CMake raylib game ๐ŸŽฎ

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:CMake 54.1%Language:Python 34.1%Language:C++ 11.9%