From 9b08a1219429e50031e77fcf5c8cc1d25665a031 Mon Sep 17 00:00:00 2001 From: Dmitri Shuralyov Date: Sat, 20 Jun 2015 17:34:10 -0700 Subject: [PATCH] Add more cross-platform wrappers for OpenGL and GLFW. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 651d968f..53213f09 100644 --- a/README.md +++ b/README.md @@ -491,6 +491,8 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [gl](https://github.com/go-gl/gl) - Go bindings for OpenGL (generated via glow). * [glfw](https://github.com/go-gl/glfw) - Go bindings for GLFW 3. +* [goxjs/gl](https://github.com/goxjs/gl) - Go cross-platform OpenGL bindings (OS X, Linux, Windows, browsers, iOS, Android). +* [goxjs/glfw](https://github.com/goxjs/glfw) - Go cross-platform glfw library for creating an OpenGL context and receiving events. * [mathgl](https://github.com/go-gl/mathgl) - Pure Go math package specialized for 3D math, with inspiration from GLM.