GLSL Hacker 0.5.0 Released

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


GLSL Hacker 0.5.0 Released for Windows, Linux and Mac OS X, Python Support Added


GLSL Hacker 0.5.0 - GLSL, Lua and Python - Windows, Linux and Mac OS X



1 – GLSL Hacker 0.5.0 overview

A new version of GLSL Hacker is finally available. I don’t know why, but updating a cross-platform application just takes time. A lot of time. When a new functionality is ready on one OS, a simple compilation is, most of the time fortunately, enough on other OSes but sometimes you need to tweak the code to make it ok and that step increases the development time (I’m thinking for example to the plugin system and the way how dynamics libraries are handled under Linux or OS X). Anyway, the new GLSL Hacker is ready and that’s the important thing.
GLSL Hacker - 3DS object loading
GLSL Hacker – 3DS object loading


The main changes of GLSL Hacker 0.5.0 are the support of Python 2.7 (via a plugin, then if you don’t need the Python support, just remove the plugin from GLSL Hacker directory), new texture types (1D, cube), new objects line polylines or bitmap fonts (useful to display text with OpenGL 3.2+ core profile), 3D object loaders(*.3ds, *.obj), Lua updated to latest version 5.2.2, a better support for compute shaders, and many many bugfixes…
Python programming language


I also added the base of an OpenCL plugin that is currently limited to platforms and devices information queries. I will add some substance to this plugin when I will tackle OpenCL seriously. The Python and OpenCL plugins allowed me to set up and tune my plugin architecture so adding new plugins (PhysX for example, next big thing on GLSL Hacker roadmap) will be faster. The hefty and complete changelog is available at the end of the post.
GLSL Hacker - HDR / FP32 texture test
GLSL Hacker – HDR / FP32 texture test
GLSL Hacker - Python + OpenCV + webcam test under OS X
GLSL Hacker – Python + OpenCV + webcam test under OS X


forum for GLSL Hacker is now available HERE. I will use it to post my WIP, current test, tips or quick news. Do not hesitate to use it too!
Some screenshots of demos from the Code Sample Pack:
GLSL Hacker - Shadertoy Elevated demo
GLSL Hacker – GLSL Hacker – Shadertoy Elevated demo
GLSL Hacker - OpenGL 4.3 Compute shaders test
GLSL Hacker – OpenGL 4.3 Compute shaders test
GLSL Hacker - OpenCL and Python plugins test
GLSL Hacker – OpenCL and Python plugins test
GLSL Hacker - Bitmap fonts test
GLSL Hacker – Bitmap fonts test


2 – GLSL Hacker 0.5.0 downloads


GLSL Hacker for WindowsDownload GLSL Hacker 0.5.0 (Win64) Version 0.5.0

GLSL Hacker 0.5.0 for Windows 64-bit (XP, Vista, 7 and 8)

GLSL Hacker for OS XDownload GLSL Hacker 0.5.0 (Mac OS X) Version 0.5.0 (Mac OS X)

GLSL Hacker 0.5.0 for OS X 10.7 and 10.8

GLSL Hacker for LinuxDownload GLSL Hacker 0.5.0 (Linux 64-bit) Version 0.5.0 (Linux)

GLSL Hacker 0.5.0 for Linux 64-bit (Ubuntu-based)


For any question, bug-report or feedback related to GLSL Hacker, a forum is available HERE.


Unzip the archive where you want and launch GLSL Hacker (GLSLHacker.exe for Windows, GLSLHacker.app for OSX and GLSLHacker for Linux).
And to explore the possibilities of GLSL Hacker, a code samples pack is available:
GLSL Hacker, code sample packDownload GLSL Hacker Code Samples Pack Version v2013.01.18

Code Samples Pack for Windows, Linux and OSX


Unzip the code sample pack somewhere, and load any XML file in GLSL Hacker. Linux users need to edit thestart_glslhacker_demo.sh (in GLSL Hacker directory) to launch a demo.

GLSL Hacker - Polyline test
GLSL Hacker – Polyline test with geometry shaders


3 – GLSL Hacker 0.5.0 changelog

GLSL Hacker complete history version can be found HERE.



Game Developer Leegoon copyright all right reserved since 2010.

Comments