This is a template for using Raylib and Imgui together. To achieve this it uses the rlImGui library.
- Clone the repository
- Run
cmake -B ./build .in the root directory - Run
cmake --build ./buildin the root directory - Run the executable in the build directory
This will automatically download the required dependencies from git and build the project.