Stephan Dilly 9dabb1bff0 cleanup
2015-04-13 14:30:56 +02:00
2015-04-13 14:30:56 +02:00
2015-04-07 19:12:56 +02:00
2015-04-07 19:12:56 +02:00
2015-04-07 19:12:56 +02:00
2015-04-09 16:40:11 +02:00
2015-04-07 16:06:21 +02:00
2015-04-09 17:01:10 +02:00

cimgui Build Status

![sample](https://raw.github.com/extrawurst/cimgui/master/Screen Shot 2015-04-09.png)

This is a thin c-api wrapper for the excellent C++ intermediate gui imgui. Most of the functions have wrapper counterparts now, missing stuff is added on a as-needed basis (PR welcome). This library is intended as a intermediate layer to be able to use imgui from other languages that can interface with C (like D - see D-binding)

Note: currently this wrapper is based on a WIP version of imgui 1.38

usage

  • clone
  • make using makefile on linux/osx (linux makefile not tested)
  • use whatever method is in ImGui c++ namespace in the original imgui.h by prepending ig_ (most of the time)
  • methods have the same parameter list and return values (where possible)
Description
Languages
Lua 73.2%
C 16.1%
C++ 9.6%
CMake 0.9%
Shell 0.1%