Have you heard about ocornut's ImGui (https://github.com/ocornut/imgui)? It's a pretty interesting C++ library for immediate mode GUIs.
I've just recently released a Python wrapper for it called pyimgui (https://github.com/swistakm/pyimgui). ImGui is render-agnostic so it requires from developer to provide his own rendering primitives. As an exercise I've made some simple built-in Cocos2d integration. Maybe someone want's to give this lib a try and share some feedback? -- You received this message because you are subscribed to the Google Groups "cocos2d discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/cocos-discuss. For more options, visit https://groups.google.com/d/optout.
