GeeXLab 0.41 has been released for Windows 32/64-bit and Linux 64-bit.
Release notes:
-
https://www.geeks3d.com/hacklab/20210215/geexlab-0-41-released-for-windows-and-linux/All Downloads:
-
https://www.geeks3d.com/geexlab/downloads/Version 0.41.2 - 2021.02.18
* (2021.02.18) command line reading (gh_utils.get_command_line()) now supports wide
characters / unicode on Windows platform.
* (2021.02.18) fixed once again wide characters / unicode support on Linux and Windows
for the following functions: gh_font.get_text_width_w(), gh_font.draw_wtext_2d(),
gh_font.draw_wtext_2d_v2() and gh_utils.drop_files_get_file_by_index_w().
Version 0.41.1 - 2021.02.16
! (2021.02.16) fixed wide characters / unicode support on Linux for the following functions:
gh_font.get_text_width_w(), gh_font.draw_wtext_2d(), gh_font.draw_wtext_2d_v2() and
gh_utils.drop_files_get_file_by_index_w().
Version 0.41.0 - 2021.02.12
! (2021.02.12) updated Dear ImGui with version 1.81.
* (2021.02.11) fixed screenshot functions (gh_utils.do_screenshot_xx()) for Vulkan demos.
+ (2021.02.09) renamed some functions of gh_vk:
- new: descriptorset_add_geometry - old: descriptorset_push_geometry_core
- new: descriptorset_build_geometries_vertices_arrays - old: descriptorset_add_all_geometry_cores_vertices
- new: descriptorset_build_geometries_indices_arrays- old: descriptorset_add_all_geometry_cores_indices
+ (2021.02.06) added vk_add_spirv_module_zip() to gh_gpu_program.
! (2021.02.06) updated built-in SQLite support with latest SQLite 3.34.1.
* (2021.02.04) fixed texture creation crash in Vulkan with floating point based formats.
! (2021.02.02) improved unicode support for drag and drop files. New functions
added: gh_utils.drop_files_get_file_by_index_w() and gh_font.get_text_width_w().