A simple 2D vector math library in pure python usable for sprite-based games and other lightweight vector needs.
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
33
commits
1
commits
improved test coverage. Changed Color.copy to a property to be consistent with the vector types.
09f93bdView on GitHubadded Color.copy to align with the Vector class better and Color.uint32 for interfacing with platform code. Also added a setter for hue to support easier hue modification in-place.
c3fc840View on GitHubMerge branch 'master' of https://github.com/Steven-Wilson/gfxutils
537b731View on GitHub