An open API service indexing awesome lists of open source software.

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.

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)