GeeXLab 0.29.13 released for Windows, Linux, macOS and Raspberry Pi


GeeXLab: 3D programming and prototyping for Windows, Linux, macOS, RaspberryPi


Downloads


1 – Release Notes

Today I uploaded a new version of GeeXLab for all platforms. Windows is my main dev platform so new features are always added in the Windows version first. But time to time, it’s important to build and release for all platforms: the code is compiled on different compilers (VS2017, Xcode 11.3.1, gcc/g++) and all features and changes in Lua / Python libs are available everywhere.

That said, I added the correct support of UTF8 characters in gh_font (you have to use gh_font.draw_wtext_2d(…), same thing for the libfont in Lua/Python: libfont_wprint(…)). I also fixed the FFmpeg plugin on macOS (that didn’t work because of wrong install_names! macOS is the worst platform when it comes to dynamic libs – it’s a real effort to maintain GeeXLab on that OS). And I added the imGuIZMO.quat support (added in GeeXLab 0.29.6 for Windows) on Linux, Raspberry Pi and macOS.

GeeXLab + imGuIZMO.quat on Linux

 
And before I forget, there is now a page for the PRO version of GeeXLab.

 

2 – Changelog

This changelog is intended for all versions of GeeXLab.

Full changelog from beginning of time is available HERE.

Version 0.29.13.0 - 2020.02.07
+ (2020.02.07) added imGuIZMO.quat support to Linux and Raspberry Pi.
* (2020.02.07) fixed the FFmpeg plugin on macOS.
! (2020.02.05) improved UTF8 support in draw_wtext_2d() and draw_wtext_2d_v2()
  of gh_font lib.
+ (2020.02.05) added libfont2_wprint() and libfont2_wprint() to libfont Lua 
  and Python libs (in {GeeXLab_Folder}/libs/lua/libfont/ and 
  {GeeXLab_Folder}/libs/python/libfont/).
* (2020.02.03) [Vulkan] fixed a bug in the releasing of some Vulkan 
  resources in the ImGui module at the end of a demo.
+ (2020.02.03) [Windows] added a very experimental and minimal 
  support (3 functions of the scripting API implemeted!) of the 
  Wren scripting language.
! (2020.02.02) updated SQLite3 with latest version 3.31.1.
! (2020.02.02) updated image loader core plugin with 
  latest STB_image version 2.25.




Leave a Comment

Your email address will not be published. Required fields are marked *