imgui-js
imgui-js copied to clipboard
Support Docking
This adds support for docking features from the docking branch of imgui.
It is a question if this belongs in master or in a branch. One of the java wrappers has all the docking stuff in master and that is what I would recommend.
There is also some work included around font glyph ranges. It needed some work before I could get it to load in and display a fontawesome font.
Other adjustments were made to keep up with imgui's evolving api. These include fields for ImFontConfig and ListBox function name changes.