GeeXLab 0.17.0.1 released

Started by JeGX, September 29, 2017, 12:03:42 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

JeGX

GeeXLab 0.17.0.1 is available for Windows platforms only. The version for other platforms (Linux, macOS and RPi) will be available later.

More information about this new version:
http://www.geeks3d.com/hacklab/20170929/geexlab-0-17-0-1-released-for-windows-with-imgui-support/



JeGX

A new version od GeeXLab is available for all platforms: Windows, Linux, macOS and Raspberry Pi.
This version improves the ImGui support and adds a new built-in mesh:

http://www.geeks3d.com/hacklab/20171025/geexlab-0-17-2-0-released-for-windows-linux-macos-and-raspberry-pi/




JeGX

GeeXLab 0.17.4.1 is a small update for Windows platforms.

http://www.geeks3d.com/hacklab/20171101/geexlab-0-17-4-1-released-for-windows/

Quote
Version 0.17.4.1 - 2017.10.30
-----------------------------
+ added is_luajit() in gh_utils lib (lua only).
+ added text_wrapped(), columns(), column_next(),
  group_begin() and group_end() to gh_imgui lib (lua/ python).
* bugfix: in texture unit management of ImGui OpenGL renderer.


Version 0.17.4.0 - 2017.10.28
-----------------------------
+ color_picker_rgba(), radio_button(), get_window_pos_size(),
  set_tooltip() and image_button() to gh_imgui lib (lua / python).
+ added is_luajit() gh_utils lib (lua only).
+ added set_vertex_position_color() to gh_polyline lib (lua / python).
! [WINDOWS] improved mouse cursor management...
+ added exe_script_v3() and set_thread_affinity_mask() to gh_utils lib (lua / python).
  set_thread_affinity_mask() works on Windows only.
* bugfix: gh_utils.shared_variable_create_array().