https://github.com/developer239/cmake-sdl2-imgui
Your new minimalistic ImGui SDL2 starter.
https://github.com/developer239/cmake-sdl2-imgui
Last synced: 10 months ago
JSON representation
Your new minimalistic ImGui SDL2 starter.
- Host: GitHub
- URL: https://github.com/developer239/cmake-sdl2-imgui
- Owner: developer239
- Created: 2022-11-30T12:54:54.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-28T12:41:09.000Z (about 3 years ago)
- Last Synced: 2025-04-10T22:53:34.105Z (10 months ago)
- Language: C++
- Homepage:
- Size: 328 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CMake SDL2 ImGui
### Requirements:
- `$ brew install cmake`
- `$ brew install sdl2`
- `$ brew install sdl2_ttf`
- `$ brew install sdl2_image`
- `$ brew install sdl2_mixer`
### Submodules:
- [FindImgui](https://github.com/developer239/cmake-modern-findimgui-sdl)
- [FindSDL2](https://github.com/opeik/cmake-modern-findsdl2)
- [ImGui](https://github.com/ocornut/imgui)
In the future I would like to load SDL2 from submodule as well in order to avoid global dependencies. Pull requests are welcomed.
## Preview
