🎨 template repo for getting started with raylib together with imgui using cmake!
- Click the green
Use this template
up to the right and choose a name for the new repository. - Clone down your new repository.
- Download some raylib binaries (only tested with raylib 3.5), precompiled static libraries.
- Put the downloaded
libraylib.a
files into their respective folders inlibs/raylib-cpp/
. For Windows, you'll needraylib-3.x.x_win64_mingw-w64.zip
, and for MacOS you'll wantraylib-3.x.x_macos.tar.gz
. - Then it's just a matter of building the project using CMake.
Got ideas, or want to update the repo to fit a newer version of either raylib or imgui? Fork and make a pull request! <3