imgui-js icon indicating copy to clipboard operation
imgui-js copied to clipboard

Support Docking

Open sh54 opened this issue 4 years ago • 0 comments

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.

sh54 avatar Apr 28 '21 14:04 sh54