GeeXLab 0.39.x released

Started by JeGX, December 12, 2020, 04:36:18 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

JeGX

GeeXLab 0.39.0 and 0.39.1 (Windows only) have been released for Windows 32/64-bit, Linux 64-bit, Raspberry Pi OS 32-bit and macOS (64-bit).

Release notes:
- https://www.geeks3d.com/hacklab/20201212/geexlab-0-39-released-windows-linux-raspberry-pi-and-macos/

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

Quote
Version 0.39.1 - 2020.12.09
+ (2020.12.09) added set_font_glyph_offset() to gh_imgui.


Version 0.39.0 - 2020.12.08
! (2020.12.08) update Lua support with latest Lua 5.4.2.
+ (2020.12.08) updated Python 3 plugin with latest Python 3.9.1.
! (2020.12.08) updated glTF built-in plugin with latest cglft 1.9.
! (2020.12.06) [macOS] compiled on x86_64 target with Xcode 12.2.
+ (2020.12.05) added a set of functions in gh_imgui lib to manage ImGui
  file browser: gh_imgui.file_browser_xxxxx().
! (2020.12.04) updated built-in SQLite support with latest version 3.34.0.
* (2020.12.04) fixed a bug in uv coordinates in the built-in glTF loader.
+ (2020.12.03) added get_num_textures(), get_texture() and a set of functions
  (vk_descriptorset_xxxx()) to gh_material lib.
* (2020.12.02) fixed a minor bug in the fullscreen management in init0.xml.
* (2020.12.02) updated GPU monitoring plugin with latest NVAPI 455.
+ (2020.12.01) added get_item_rect_min(), get_item_rect_max(), push_clip_rect(),
  pop_clip_rect() and invisible_button() to gh_imgui lib.
* (2020.12.01) fixed gh_gpu_buffer.set_matrix4x4() in Python (3 args instead of 4).
* (2020.12.01) fixed wrong function name in the gh_vk lib of the Python plugin:
  gh_vk.texture_sampler_create() (wrong) instead of gh_vk.sampler_create() (correct).
! (2020.11.28) updated GPU monitoring plugin with latest AMD AGS lib 6.0.0.
+ (2020.11.27) added preliminary support of Vulkan KHR raytracing.
+ (2020.11.27) added imdrawlist_coding_party_demo() to gh_imgui lib.
+ (2020.11.27) added add_rect_to_drawlist(), add_triangle_to_drawlist()
  and add_text_to_drawlist() to gh_imgui lib.
! (2020.11.25) improved gh_utils.clipboard_set_text() and
  gh_utils.clipboard_get_text() on Windows platform.
! (2020.11.20) updated GPU monitoring plugin with AMD Radeon RX 6800 and
  RX 6800 XT support.
! (2020.11.16) updated ImGui with latest version 1.80 WIP.
+ (2020.10.28) GPU monitoring: added support of NVIDIA GeForce RTX 3070.
! (2020.10.27) [Windows] compiled with VS2019 v16.7.6.
! (2020.10.27) update Lua support with latest Lua 5.4.1.
! (2020.10.26) improved Python 3 support: with some librairies like NumPy,
  your can now do several scene reloads without crashing.
+ (2020.10.26) [Windows] added webcam_start_v2() to gh_utils.
  You can now set the webcam resolution!
! (2020.10.26) added all gh_utils.shmem_xxxx() functions to the Python plugin.
! (2020.10.09) updated ImGui with latest version 1.79.
+ (2020.10.09) added a set of functions to manage ImGui memory editor:
  gh_imgui.memory_editor_xxxx()
+ (2020.10.09) added set_next_window_size(), set_next_window_size_constraints()
  and set_window_size() to gh_imgui.
+ (2020.10.07) added curl_download_file_v1() to gh_utils.
+ (2020.10.06) updated Python 3 plugin with latest Python 3.9.0.
! (2020.10.03) updated OpenVR plugin with latest OpenVR SDK 1.14.15.
! (2020.10.03) updated ImPlot 0.8 WIP. Updated {GeeXLab folder}/libs/lua/imgui_implot.lua
! (2020.10.03) updated GPU monitoring plugin with latest AMD AGS lib 5.4.2.