mirror of
https://github.com/cimgui/cimgui.git
synced 2025-08-14 13:38:31 +01:00
update readme
This commit is contained in:
@@ -7,7 +7,7 @@ Most of the functions have wrapper counterparts now, missing stuff is added on a
|
|||||||
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](https://github.com/Extrawurst/DerelictImgui))
|
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](https://github.com/Extrawurst/DerelictImgui))
|
||||||
|
|
||||||
Notes:
|
Notes:
|
||||||
* currently this wrapper is based on version [1.49 of imgui](https://github.com/ocornut/imgui/releases/tag/v1.49)
|
* currently this wrapper is based on version [1.50 of imgui](https://github.com/ocornut/imgui/releases/tag/v1.50)
|
||||||
* does not compile with pure C compiler yet (for writing bindings in languages that are able to use C-ABI it is enough though, see D-bindings)
|
* does not compile with pure C compiler yet (for writing bindings in languages that are able to use C-ABI it is enough though, see D-bindings)
|
||||||
|
|
||||||
# usage
|
# usage
|
||||||
@@ -16,3 +16,10 @@ Notes:
|
|||||||
* make using makefile on linux/osx
|
* make using makefile on linux/osx
|
||||||
* use whatever method is in ImGui c++ namespace in the original [imgui.h](https://github.com/ocornut/imgui/blob/master/imgui.h) by prepending `ig`
|
* use whatever method is in ImGui c++ namespace in the original [imgui.h](https://github.com/ocornut/imgui/blob/master/imgui.h) by prepending `ig`
|
||||||
* methods have the same parameter list and return values (where possible)
|
* methods have the same parameter list and return values (where possible)
|
||||||
|
|
||||||
|
# example bindings based on cimgui
|
||||||
|
|
||||||
|
* [DerelictImgui](https://github.com/Extrawurst/DerelictImgui)
|
||||||
|
* [ImGui.NET](https://github.com/mellinoe/ImGui.NET)
|
||||||
|
* [imgui-rs](https://github.com/Gekkio/imgui-rs)
|
||||||
|
* [imgui-pas](https://github.com/dpethes/imgui-pas)
|
Reference in New Issue
Block a user