From e721909a979424a5c90eb9d34bac1eac4ffb518c Mon Sep 17 00:00:00 2001 From: sonoro1234 Date: Wed, 3 Oct 2018 19:56:38 +0200 Subject: [PATCH] update README.md after moving to cimgui/cimgui --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ae2ca96..11e8db3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# cimgui [![Build Status](https://travis-ci.org/sonoro1234/cimgui.svg?branch=latest_cimgui_auto)](https://travis-ci.org/sonoro1234/cimgui) +# cimgui [![Build Status](https://travis-ci.org/sonoro1234/cimgui.svg?branch=master)](https://travis-ci.org/sonoro1234/cimgui) ![sample](screenshot.png) @@ -9,7 +9,7 @@ This library is intended as a intermediate layer to be able to use imgui from ot Notes: * currently this wrapper is based on version [1.65 of imgui] -* overloaded function names try to be the most compatible with traditional cimgui names. So all naming is algorithmic except for those names that were in conflict with widely used cimgui names and were thus coded in a table (https://github.com/sonoro1234/cimgui/blob/Branch_v1.62.0/generator/generator.lua#L40). Until the comunity finish with defining this table tag will be 1.62beta. Current overloaded function names can be found in (https://github.com/sonoro1234/cimgui/tree/Branch_v1.62.0/generator/generated/overloads.txt) +* overloaded function names try to be the most compatible with traditional cimgui names. So all naming is algorithmic except for those names that were in conflict with widely used cimgui names and were thus coded in a table (https://github.com/cimgui/cimgui/blob/master/generator/generator.lua#L41). Until the comunity finish with defining this table tag will be 1.62beta. Current overloaded function names can be found in (https://github.com/cimgui/cimgui/blob/master/generator/generated/overloads.txt) # compilation