Skip to content

Lundis/go-gmath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-gmath

An opinionated WIP math library for 2D game development in golang.

My opinions:

  • floats should be 32bit
  • code should be fast and straightforward
  • temporary heap allocations shouldn't be done
  • Y points down, not up.

About

An opinionated WIP math library for 2D game development in golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages