goxjs / glfw

Go cross-platform glfw library for creating an OpenGL context and receiving events.
MIT License
82 stars 26 forks source link

Handle WebGL context creation in browser. #1

Closed dmitshur closed 9 years ago

dmitshur commented 9 years ago

Depends on https://go-review.googlesource.com/8793.

dmitshur commented 9 years ago

I've made a fork of x/mobile/gl with CL 8793 merged available at https://github.com/goxjs/gl. This package has also been moved to goxjs/glfw and can be used together with goxjs/gl (with the caveat that it may change as that CL is reviewed). However, this package's API is already marked as in development, so this is fine to merge now.

These two packages will now be go-gettable, which will allow me to merge into master all code that already uses these WIP packages.