GeeXLab 0.35.0 released

Started by JeGX, August 01, 2020, 03:21:57 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

JeGX

GeeXLab 0.35.0.0 has been released for Windows 64-bit, Linux 64-bit and Raspberry Pi OS 32-bit

Release notes:
- https://www.geeks3d.com/hacklab/20200731/geexlab-0-35-0-released-for-windows-linux-and-raspberry-pi/

All Downloads:
- https://www.geeks3d.com/geexlab/downloads/

Quote
Version 0.35.0 - 2020.07.28
+ (2020.07.28) added qr_code_scan() and qr_code_gen() to gh_utils to deal 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.

GeeXLab released for Windows, Linux and Raspberry Pi

JeGX

GeeXLab 0.35.1.0 has been released for Windows 64-bit, Linux 64-bit and Raspberry Pi OS 32-bit

Release notes:
- https://www.geeks3d.com/hacklab/20200731/geexlab-0-35-0-released-for-windows-linux-and-raspberry-pi/#20200801

All Downloads:
- https://www.geeks3d.com/geexlab/downloads/

Quote
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()).

JeGX

GeeXLab 0.35.3 is ready for Windows, Linux and Raspberry Pi OS:

Release notes:
- https://www.geeks3d.com/hacklab/20200731/geexlab-0-35-0-released-for-windows-linux-and-raspberry-pi/#20200806

Downloads:
- https://www.geeks3d.com/geexlab/downloads/


Quote
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().