https://github.com/madladsquad/cimgui_extra
C APIs for popular dear imgui widgets libraries
https://github.com/madladsquad/cimgui_extra
bindings c imgui widgets
Last synced: about 1 month ago
JSON representation
C APIs for popular dear imgui widgets libraries
- Host: GitHub
- URL: https://github.com/madladsquad/cimgui_extra
- Owner: MadLadSquad
- License: mit
- Created: 2024-09-16T15:16:17.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-29T14:43:53.000Z (over 1 year ago)
- Last Synced: 2024-12-29T15:28:03.027Z (over 1 year ago)
- Topics: bindings, c, imgui, widgets
- Language: C
- Homepage: https://madladsquad.com/
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yaml
- License: LICENSE
Awesome Lists containing this project
README
# cimgui\_extra
[](https://lbesson.mit-license.org/)
[](https://discord.gg/4wgH8ZE)
C APIs for popular dear imgui widgets libraries. Current libraries supported and their generation type:
1. [imgui-knobs](https://github.com/altschuler/imgui-knobs) - Hand-written
1. [imgui\_toggle](https://github.com/cmdwtf/imgui_toggle) - Hand-written
1. [imspinner](https://github.com/dalerank/imspinner) - Hand-written
## Installation and learning
All documentation can be found on the [wiki](https://github.com/MadLadSquad/cimgui_extra/wiki/HOME).