GeeXLab 0.35.0 released for Windows, Linux and Raspberry Pi (Updated: 0.35.3.0)


GeeXLab: 3D programming and proto-engine for Windows, Linux and Raspberry Pi



Downloads

 

1 – Release Notes

GeeXLab 0.35.0.0

GeeXLab 0.35.0 is available for Windows 64-bit, Linux 64-bit and Raspberry Pi OS 32-bit. This version updates some internal libraries (STB_{image, truetype}) and adds a basic support of QR Codes via two new functions in the gh_utils library: qr_code_scan() and qr_code_gen(). A demo will be published in the next article.

The quick scene reload shortcut on Linux (CTRL+R) added in GeeXLab 0.34.1 is now available on Raspberry Pi too!

 

GeeXLab 0.35.1.0

GeeXLab 0.35.1 is available for Windows 64-bit, Linux 64-bit and Raspberry Pi OS 32-bit. This is a maintenance version. GeeXLab 0.35.1 adds a new function to update a shader in a Lua / Python script (gh.gpu_program.update_shader_from_memory()). I needed this function for an upcoming demo on shaders and QR codes. The QR code scanner has been updated to handle large QR codes… A small crash at the end of a demo has been fixed when ImGui fonts are stored in zip archives.

 

GeeXLab 0.35.3.0

GeeXLab 0.35.3 is available for Windows 64-bit, Linux 64-bit and Raspberry Pi OS 32-bit. This version adds a new function in Bullet3 lib (gh_bullet3) to create static plane with a particular position. Two new functions have been added in the ImGui library (gh_imgui) to display a 2D and 3D slider. The built-in glTF has been updated with latest cgltf 1.7.

 

2 – Changelog

This changelog is intended for all versions of GeeXLab.

Full changelog from beginning of time is available HERE.

Version 0.35.3 - 2020.08.05
+ (2020.08.05) added actor_create_static_plane_v2() to gh_bullet3 lib.
+ (2020.08.05) added slider_2f() and slider_3f() to gh_imgui lib.
! (2020.08.05) updated glTF built-in loader with latest cgltf 1.7.

Version 0.35.2 - 2020.08.04
+ (2020.08.04) [Linux / Raspberry Pi OS] added implementation of gh_utils.set_new_scene_data().

Version 0.35.1 - 2020.08.01
! (2020.08.01) updated QR code scanner to handle large QR codes.
+ (2020.08.01) added update_shader_from_memory() to gh_gpu_program (lua, python).
! (2020.08.01) added missing update_shader_from_file() to gh_gpu_program (python).
* (2020.08.01) fixed a crash during terminate step in ImGui font management when a font 
  is created from a zip file (gh_imgui.add_font_from_zip_file()). 

Version 0.35.0 - 2020.07.28
+ (2020.07.28) added qr_code_scan() and qr_code_gen() to gh_utils to dea with QR codes.
! (2020.07.28) updated built-in image writer with latest version of STB image writer 1.15.
! (2020.07.28) updated built-in image loader with latest STB image 2.26.




Leave a Comment

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