https://github.com/dcronqvist/raylib-imgui-cmake-template
🎨 template repo for getting started with raylib together with imgui using cmake
https://github.com/dcronqvist/raylib-imgui-cmake-template
cmake imgui raylib raylib-cpp template
Last synced: 7 months ago
JSON representation
🎨 template repo for getting started with raylib together with imgui using cmake
- Host: GitHub
- URL: https://github.com/dcronqvist/raylib-imgui-cmake-template
- Owner: dcronqvist
- License: mit
- Created: 2021-05-20T19:34:15.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-21T07:07:12.000Z (about 5 years ago)
- Last Synced: 2025-01-06T01:29:00.191Z (over 1 year ago)
- Topics: cmake, imgui, raylib, raylib-cpp, template
- Language: C++
- Homepage:
- Size: 699 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# raylib-imgui-cmake-template
🎨 template repo for getting started with raylib together with imgui using cmake!
## Getting started
1. Click the green `Use this template` up to the right and choose a name for the new repository.
2. Clone down your new repository.
3. Download some [raylib binaries](https://github.com/raysan5/raylib/releases) (only tested with raylib 3.5), precompiled static libraries.
4. Put the downloaded `libraylib.a` files into their respective folders in `libs/raylib-cpp/`. For Windows, you'll need `raylib-3.x.x_win64_mingw-w64.zip
`, and for MacOS you'll want `raylib-3.x.x_macos.tar.gz`.
5. Then it's just a matter of building the project using CMake.
## Contributions
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