Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 882 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 882 Bytes

googlmath

Go OpenGL math library The goal is a math library for OpenGL written in Go which is similar to GLM but is feels like a yet another Go library.

Status

API is not stable! A lot of tests are missing. Some code contains errors and some is not optimized at all. If you use this library, do yourself a favour and check if the functions you use are correct. NOTE: The code is not checked for concurrency use (yet).

Travis build status: Build Status

License

This library is made available under the Simplified BSD License.

Documentation

Godoc

Authors