
|
Downloads
|
1 – Release Notes
A new GeeXLab is available for Windows 64-bit, Windows 32-bit and Linux 64-bit (GLIBC 2.23). GeeXLab 0.42 updates several libraries to their latest version (Dear ImGui 1.82, ImPlot 0.10, SQLite 3.35.1 and the glTF loader cgltf 1.10).
On the Windows platform, a new GeeXLab executable has been added: GeeXLab_cli.exe. This executable can output all traces in the terminal. A call to gh_utils.trace() will be written in the log file and in the terminal. Pretty handy for interactive log visualization.
The /help command is now available…
When using the GeeXLab_cli executable, traces are sent by default to the terminal. On Linux it’s not the case. If you want to send traces to the terminal on Linux, you have to use the /console_output command line parameter.
2 – Changelog
This changelog is intended for all versions of GeeXLab.
Full changelog from beginning of time is available HERE.
Version 0.42.1 - 2021.04.14 ! (2021.04.14) updated FFmpeg plugin with latest FFmpeg 4.4. ! (2021.04.14) updated Lua engine to latest Lua 5.4.3. ! (2021.04.14) updated Python 3 plugin with Python 3.9.4. ! (2021.04.08) updated SQlite with latest version 3.35.4. Version 0.42.0 - 2021.03.23 + (2021.03.23) (win64) added GeeXLab_cli.exe that outputs traces to the terminal. ! (2021.03.23) updated built-in glTF loader with cgltf 1.10. ! (2021.03.22) updated with Dear ImGui 1.82. ! (2021.03.22) updated SQlite with latest version 3.35.2. ! (2021.03.22) updated ImPlot with latest version 0.10 WIP (see gh_imgui.implot_xxxx() functions). + (2021.03.22) added implot_push_colormap() and implot_pop_colormap() to gh_imgui lib. - (2021.03.22) removed implot_set_built_in_colormap() and implot_set_colormap() from gh_imgui lib.