I integrated DearImGui into OpenSceneGraph.
I forked the Gist from Megaton. You can find my version here: https://gist.github.com/fulezi/d2442ca7626bf270226014501357042c.
Features:
Integrated with the OpenGL fixed pipeline
Works with ASCII char and special keys (Control, alt, Super, Shift, enter)
Partial integration of the UTF-8 keyboard (you can type 'ç' but not 'ê', it will result as '^e')
Referenced ImGuiCallBack
To Do:
Mouse scroll
(or not to do) Clipboard
Have a good day,
Florian[/url][/list]
------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=72343#72343
Attachments:
http://forum.openscenegraph.org//files/capture_dcran_de_2017_11_09_11_49_48_118.png
_______________________________________________
osg-users mailing list
osg-...@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
On 9 November 2017 at 18:45, Florian GOLESTIN