https://github.com/ousttrue/swigimgui
imgui swig wrapper
https://github.com/ousttrue/swigimgui
Last synced: about 2 months ago
JSON representation
imgui swig wrapper
- Host: GitHub
- URL: https://github.com/ousttrue/swigimgui
- Owner: ousttrue
- License: mit
- Created: 2017-07-30T04:26:14.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-06T08:43:21.000Z (almost 9 years ago)
- Last Synced: 2026-01-01T10:41:02.942Z (6 months ago)
- Language: Python
- Size: 35.2 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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