https://github.com/shakfu/template-imgui
A skeleton project using imgui with a macOS(x86_64) metal-sdl2 configuration.
https://github.com/shakfu/template-imgui
cpp imgui macos template
Last synced: about 2 months ago
JSON representation
A skeleton project using imgui with a macOS(x86_64) metal-sdl2 configuration.
- Host: GitHub
- URL: https://github.com/shakfu/template-imgui
- Owner: shakfu
- Created: 2022-01-16T17:40:47.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-16T18:10:19.000Z (over 4 years ago)
- Last Synced: 2025-01-12T16:11:59.606Z (over 1 year ago)
- Topics: cpp, imgui, macos, template
- Language: C++
- Homepage:
- Size: 1.63 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# template-imgui
A skeleton project using [imgui](https://github.com/ocornut/imgui) with a macOS(x86_64) metal-sdl2 configuration.
The executable has SDL2 linked statically and should be relocatable.
## To Build
```bash
make
```
## Similar Projects
- [cimgui-sokol-starterkit](https://github.com/floooh/cimgui-sokol-starterkit)