From 529ce02d6bcd43ca264da337c38dfb80a184192c Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Wed, 27 May 2015 00:22:19 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ef34820..5fe35fe 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # cimgui [![Build Status](https://travis-ci.org/Extrawurst/cimgui.svg)](https://travis-ci.org/Extrawurst/cimgui) ![sample](https://raw.github.com/extrawurst/cimgui/master/Screen Shot 2015-04-09.png) +![new menus api](https://raw.github.com/extrawurst/cimgui/master/menus-api.gif) 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).