From 4be6a546344fe241385642bc0a0eea44a368f132 Mon Sep 17 00:00:00 2001 From: sonoro1234 Date: Wed, 20 Jun 2018 15:52:33 +0200 Subject: [PATCH] update README.md and imgui --- README.md | 7 ++++--- imgui | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 463aeb3..6fbfa53 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,12 @@ ![sample](screenshot.png) -This is a thin c-api wrapper for the excellent C++ intermediate gui [imgui](https://github.com/ocornut/imgui). -Most of the functions have wrapper counterparts now, missing stuff is added on a as-needed basis (PR welcome). +This is a thin c-api wrapper programmatically generated for the excellent C++ intermediate gui [imgui](https://github.com/ocornut/imgui). +All functions are programmatically wrapped except contructors, destructors and ImVector.(Unless someone find a use case for them) 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: -* currently this wrapper is based on version [1.53 of imgui](https://github.com/ocornut/imgui/releases/tag/v1.53) +* currently this wrapper is based on version [1.62WIP of imgui](https://github.com/ocornut/imgui/) * 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 @@ -25,3 +25,4 @@ Notes: * [imgui-rs](https://github.com/Gekkio/imgui-rs) * [imgui-pas](https://github.com/dpethes/imgui-pas) * [odin-dear_imgui](https://github.com/ThisDrunkDane/odin-dear_imgui) +* [LuaJIT-imgui](https://github.com/sonoro1234/LuaJIT-ImGui) diff --git a/imgui b/imgui index 2ce121b..528b0b4 160000 --- a/imgui +++ b/imgui @@ -1 +1 @@ -Subproject commit 2ce121b7d05700b8f6252a987cb7b2e6695f5c5c +Subproject commit 528b0b4af6b9a8703a5a09c77a9eb35435e84ef4