A simple 3D engine library written in Go.
- Vector and Matrix math
- Basic Camera implementation
- Basic 3D Object representation
- Projection matrices
To use this library, import the packages and create instances of the provided structures.
import (
"three-go/camera"
"three-go/math"
"three-go/objects"
)