/cocos2dx-imgui

ImGui binding for cocos2d-x using OpenGL 3

Primary LanguageC++

cocos2dx-imgui

This is my attempt at fixing old and outdated ImGui binding for Cocos2d-x engine. I've replaced OpenGL2 renderer backend with OpenGL3.

So far it seems to be working nicely.

This repository includes complete project demo. Feel free to use, modify or distribute it any way you want.

Thanks to all previous authors:

c0i (https://github.com/c0i/imguix)
namkazt (https://github.com/namkazt/cocos2d-x-ImGui)
hghhe (https://www.cnblogs.com/hghhe/p/9647656.html)

and of course the library's author - ocornut (https://github.com/ocornut/imgui) for excellent examples.