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

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

Awesome Lists containing this project

README

          

# cimgui\_extra
[![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://lbesson.mit-license.org/)
[![Discord](https://img.shields.io/discord/717037253292982315.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](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).