
|
Downloads |
1 – Release Notes
This is another version of GeeXLab that improves the Dear ImGui support. GeeXLab 0.31.x is available for Windows 64-bit and Linux 64-bit (compiled on Linux Mint 18.3 to keep the support of GLIBC 2.23).
The main feature of this new version if the support of this really cool widget for Dear ImGui: ImGuiColorTextEdit. I added a new set of functions (color_text_editor_xxxxxx()) in gh_imgui lib (Lua and Python) to deal with this text editor widget. A demo will be published in the next post.
GeeXLab 0.31.x improves the management of input characters in ImGui which is important for all text input functions of gh_imgui like input_text(), input_text_multiline() and, of course, all color_text_editor_xxxxx() functions.
The built-in glTF loader has been updated with latest version 1.6 of cgltf. This loader can be explicitly used via the gh_model.create_from_file_loader_gltf() function.
Have fun!
2 – Changelog
This changelog is intended for all versions of GeeXLab.
Full changelog from beginning of time is available HERE.
Version 0.31.0 - 2020.04.23 ! (2020.04.23) updated the glTF core plugin with latest cglft 1.6 + fixed a bug in texture loading. ! (2020.04.22) improved ImGui input character management. ! (2020.04.19) updated the mouse wheel delta management. + (2020.04.18) added set of functions (color_text_editor__xxxxx()) to gh_imgui lib to draw an advanced text editor widget. + (2020.04.18) added set_rounding() to gh_imgui lib. + (2020.04.18) added file_read() and file_write() to gh_utils. + (2020.04.17) added get_text_line_height() and input_text_multiline() to gh_imgui lib.