GeeXLab 0.38.0 released

Started by JeGX, September 04, 2020, 07:02:26 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

JeGX

GeeXLab 0.38.0.0 has been released for Windows 64-bit, Linux 64-bit, Raspberry Pi OS 32-bit and macOS (64-bit).

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

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

Quote
Version 0.38.0 - 2020.09.03
! (2020.09.03) [Windows] GPU monitoring plugin: updated with NVAPI R450.
! (2020.09.01) GeeXLab on Windows recompiled with latest Windows 10 SDK 10.0.19041.0.
! (2020.09.01) updated libs/lua/imgui.lua with new flags for gh_imgui.slider_1i_v2()
  and gh_imgui.vslider_1i_v2().
+ (2020.08.31) added vertices_to_gpu_buffer(), vertices_from_gpu_buffer(),
  vertices_position_to_gpu_buffer(), vertices_position_from_gpu_buffer() and
  set_vertex_source() to gh_mesh lib.
! (2020.08.31) GPU monitoring plugin: GPUs are now sorted by bus id.
+ (2020.08.31) added actor_get_contact_actor() to gh_box2d lib.
+ (2020.08.30) added get_value_{1|2|3|4}f() to gh_gpu_buffer lib.
+ (2020.08.30) added sound_create_v3() to gh_audio lib.
+ (2020.08.29) GPU monitoring plugin: added support of AMD Radeon RX 5300.
! (2020.08.29) gh_imgui.url() returns 1 if the link has been clicked otherwise 0.
! (2020.08.28) added some feature levels queries in the initialization phase of the
  Direct3D12 plugin to get more information in the log file.
+ (2020.08.25) added random_init(), random_uniform_real(), random_uniform_int(), random_poisson()
  random_poisson() and random_normal() to gh_utils (lua only).
! (2020.08.25) updated ImPlot with latest version 0.5 WIP.
! (2020.08.25) added slider_1i_v2() and vslider_1i_v2() to gh_imgui to support new flags
  introduced in ImGui 1.78.
! (2020.08.25) fixed gh_imgui.implot_begin_plot() when x/y labels are empty strings.
! (2020.08.22) updated built-in Dear ImGui support with latest version 1.78.
! (2020.08.22) [Windows] enabled alpha attribute in window xml node.
* (2020.08.22) [Windows] fixed mouse management when style attribute is 2 or 3
  in the window xml node.
+ (2020.08.22) added get_date_str_v2() to gh_utils.