/glim

OpenGL Image Library - A collection of routines for common image/texture operations

Primary LanguageGoGNU General Public License v2.0GPL-2.0

Build Status GoDoc

glim

OpenGL IMage library - A collection of routines for common image/texture functions

glim is an OpenGL ES 2.0 utility library, providing routines to take screenshots (of your GL window), render to texture, upload textures, and render text to textures (utf-8).

It is designed to work with Golang's GoMobile library, but should require little or no changes to work with other GL libraries

Documentation

Availabe on GoDoc