Skip to content

Releases: sriharshachilakapati/WebGL4J

Release v0.2.9

25 Aug 05:57
Compare
Choose a tag to compare

This release fixes two bugs with glGetTexParameter and adds a missing glBufferData function overload. It also includes more documentation work.

Release v0.2.8

01 Jan 16:12
Compare
Choose a tag to compare

This is a bug fix version over v0.2.7 that fixes an important bug with the conversion of webgl objects to integer handles that generates two or more objects with the same handle if deleting objects is performed. It is recommended that all users using 0.2.7 to immediately switch to v0.2.8 to prevent that from happening.

Release v0.2.7

09 Nov 11:11
Compare
Choose a tag to compare

This is a bug fix release over v0.2.5 that it fixes the ClassCastException when using generic any return functions, and also adds the missing glGetVertexAttrib function in WebGL20 class.

Release v0.2.5

22 Oct 06:49
Compare
Choose a tag to compare

This is a bug fix release over v0.2.4 fixing a bug with WEBGL_lose_context extension. The bug is caused by a typo causing the extension being incorrectly reported as not supported.

Release v0.2.4

21 Oct 05:18
Compare
Choose a tag to compare

This is a public release of the library. The library now completely supports both WebGL 1.0 and WebGL 2.0 specifications along with bindings to all the Khronos ratified extensions.

v0.1.1 Beta Build

12 Oct 05:47
Compare
Choose a tag to compare
v0.1.1 Beta Build Pre-release
Pre-release

The first beta release of WebGL4J. Contains added WebGL20 class along with improvements to WebGL10 and utility classes. The API has been refactored a bit to look like the native WebGL.

v0.0.1 Alpha build

25 Aug 15:14
Compare
Choose a tag to compare
v0.0.1 Alpha build Pre-release
Pre-release

The first alpha release of WebGL4J. Contains WebGL10 class and the utility classes.