Skip to content

Releases: EngoEngine/gl

gl v1.0.14

Choose a tag to compare

@Noofbiz Noofbiz released this 05 Mar 01:32
d543425
  • Added a function to pass Textures as Uniforms to the shaders
  • Updated go.mod to use latest versions of gl libraries

gl v1.0.13

Choose a tag to compare

@Noofbiz Noofbiz released this 25 Feb 20:24
d0e7659

Updated build tags for M1 Macs and for compatibility with future versions of go

gl v1.0.12

Choose a tag to compare

@Noofbiz Noofbiz released this 20 Jun 12:59
d98530c
  • Added support for desktop line stipple, but it's not available on web or mobile

gl v1.0.11

Choose a tag to compare

@Noofbiz Noofbiz released this 21 Jun 21:47
49a52ca
  • js re-uses a buffer on the js side rather than allocate new ones every time.

gl v1.0.10

Choose a tag to compare

@Noofbiz Noofbiz released this 26 Feb 04:08
235c4be

Fixed js build by properly converting go slices to js typed arrays

gl v1.0.9

Choose a tag to compare

@Noofbiz Noofbiz released this 22 Feb 03:57
ed6758a

removed gc release for js objects

gl v1.0.8

Choose a tag to compare

@Noofbiz Noofbiz released this 22 Feb 03:50
c0869da

Changed TypeOf to ValueOf from syscall/js

gl v1.0.7

Choose a tag to compare

@Noofbiz Noofbiz released this 22 Feb 03:44
4018e5a

New release to (hopefully) fix some tag issues

gl v1.0.6

Choose a tag to compare

@Noofbiz Noofbiz released this 22 Feb 03:17
4018e5a

Fixed a capitalization error due to linux folders not being case-sensitive

WASM fixes

Choose a tag to compare

@Noofbiz Noofbiz released this 22 Feb 03:11
5334bf6

Added support for wasm and remove gopherjs