go-gl / mathgl

A pure Go 3D math library.
BSD 3-Clause "New" or "Revised" License
554 stars 65 forks source link

Request for a "Get Started" Tutorial #62

Closed CasperHK closed 5 years ago

CasperHK commented 7 years ago

deleted. You can close this post. Thank you.

dmitshur commented 7 years ago

The body says "deleted", so I'm not sure what to make of this. The issue is still open, did you mean to close this?

dmitshur commented 7 years ago

As far as getting started, I would recommend reading the README, and then the godoc page for one of the packages, e.g.:

https://godoc.org/github.com/go-gl/mathgl/mgl64

This is simply a collection of math utilities meant for graphics programming and similar. It's heavily inspired by the excellent C++ library called glm by @Groovounet:

http://glm.g-truc.net/0.9.8/index.html