GLSL Hacker 0.7.1.1 released

Started by JeGX, September 29, 2014, 04:42:03 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

JeGX

A new dev version of GLSL Hacker is ready for Windows 64-bit, and OS X.

You can download it from this page:
http://www.geeks3d.com/glslhacker/download.php

Full changelog:
http://www.geeks3d.com/glslhacker/changelog.php

v 0.7.1.1 changelog:
Quote
Version 0.7.1.1 - 2014.09.29
----------------------------
! updated network script updater (v0.2.0, Windows and OSX) with
  live coding checkbox and execute button.
! fixed some bugs and improved the live coding in the Windows version.
+ added auto-save of scripts and shaders if necessary (read: they have been
  modified).
+ added a button in script and shader editors to save the code source in
  the scripts/ or shaders/ folder of GLSL Hacker (Windows version only).
* script and shaders errors are now correctly redirected to the output window.
+ added an option to disable live coding in script and shader editing windows
  (Windows version only).
* fixed some potential crashes in gh_utils functions that take strings as
  parameters (like font_render() or font_render_3d().
! updated the dialog box / output window for the traces (Windows version only).
+ added circle_create(), circle_update_radius(), line_create(),
  line_set_start_position(), line_set_end_position(),
  line_set_start_color() and line_set_end_color() to gh_utils lib.
! updated the Lua immediate mode: now the Lua state of the first script
  is used (not the case so far!).
* improved the GPU monitoring plugin when running on NVIDIA Optimus systems.
+ added gh_leap (Leap Motion) library in the Python plugin.
+ updated Python plugin: gh_renderer.get_capability_4i(),
  gh_renderer.query_xxxx() (GL_ARB_pipeline_statistics_query GL4.5), gh_utils...

JeGX

A new dev version of GLSL Hacker is ready for Windows 64-bit, and OS X.

You can download it from this page:
http://www.geeks3d.com/glslhacker/download.php

Full changelog:
http://www.geeks3d.com/glslhacker/changelog.php

Changelog:
Quote
Version 0.7.1.4 - 2014.10.10
----------------------------
! improved shader subroutines support with several uniform subroutines per GPU program.
! improved GPU programs speed (better management of uniform variables).


Version 0.7.1.3 - 2014.10.05
----------------------------
+ added webcam_get_num() to the gh_utils lib (Lua/Python).
! improved the management of multiple webcams in the Windows version.


Version 0.7.1.2 - 2014.10.04
----------------------------
* bugfix: crash when ZOMBIE scripts are stored in separate file
  instead of in the XML.
+ added network_message_pop() to gh_utils.


JeGX

A new dev version of GLSL Hacker is ready for Windows 64-bit only

You can download it from this page:
http://www.geeks3d.com/glslhacker/download.php

Full changelog:
http://www.geeks3d.com/glslhacker/changelog.php

Changelog:
Quote
Version 0.7.1.5 - 2014.10.10
----------------------------
! updated pixel format support for image2D writing (GL_ARB_shader_image_load_store)
  PF_U8_RGBA (rgba8 in GLSL) and PF_U8_R (r8 in GLSL) added (gh_texture.image_bind()).