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

https://github.com/ousttrue/swigimgui

imgui swig wrapper
https://github.com/ousttrue/swigimgui

Last synced: about 2 months ago
JSON representation

imgui swig wrapper

Awesome Lists containing this project

README

          

# SwigImGui
imgui swig wrapper

# hot to build

```
> swig.exe -python -c++ imgui.i # generate imgui_wrap.cxx
> python.exe setup.py build # build python native module
```

# usage