An open API service indexing awesome lists of open source software.

https://github.com/zombiezen/math3

math3 is a collection of Go packages for working with 3D graphics.
https://github.com/zombiezen/math3

golang graphics math

Last synced: 7 months ago
JSON representation

math3 is a collection of Go packages for working with 3D graphics.

Awesome Lists containing this project

README

          

*********
math3
*********

math3 is a collection of Go packages for working with 3D graphics.

Download and install math3 with::

go get -u bitbucket.org/zombiezen/math3/...

Documentation is available at http://godoc.org/bitbucket.org/zombiezen/math3.

API Stability
===============

As much as possible, these packages are under the same API change restrictions
as the core Go libraries. quat32 and quat64 are experimental packages, so their
API may still change. This is expected to stabilize soon.

License
=========

MIT License. See LICENSE for details.

.. vim: ft=rst et ts=8 sts=4 sw=4 tw=80