Skip to content

Releases: floriankirsch/OpenCSG

OpenCSG 1.6.0

15 Sep 18:44
Compare
Choose a tag to compare

Uses Glad instead of GLEW for OpenGL extension loading. The dependency on GLX on Linux no longer exists, and it should be possible to use OpenCSG on platforms that come with alternatives to GLX, such as EGL.

OpenCSG 1.5.1

20 Apr 15:10
Compare
Choose a tag to compare

Fix for a compilation error introduced with 1.5.0, which particularly occured with recent versions of gcc.

OpenCSG 1.5.0

10 Apr 17:18
Compare
Choose a tag to compare

With OpenCSG 1.5.0, the license is changed from GPL version 2 only to GPL version 2 or newer.

The release also contains a small API cleanup. The obsolete render() function taking three arguments has been removed. All rendering options must now be set via the setOption() function.