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.
- Host: GitHub
- URL: https://github.com/zombiezen/math3
- Owner: zombiezen
- License: mit
- Archived: true
- Created: 2020-04-26T18:15:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-26T18:15:39.000Z (over 6 years ago)
- Last Synced: 2024-06-20T16:50:35.523Z (about 2 years ago)
- Topics: golang, graphics, math
- Language: Go
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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