Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zardoz89/zmath
Basic Vector / Quaternion / Matrix and 3d math lib for D language
https://github.com/zardoz89/zmath
Last synced: 9 days ago
JSON representation
Basic Vector / Quaternion / Matrix and 3d math lib for D language
- Host: GitHub
- URL: https://github.com/zardoz89/zmath
- Owner: Zardoz89
- License: mit
- Created: 2011-07-01T11:03:37.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2023-04-12T05:21:26.000Z (over 1 year ago)
- Last Synced: 2024-11-08T00:49:23.661Z (2 months ago)
- Language: D
- Homepage: http://zardoz89.github.io/zmath/
- Size: 199 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: license.txt
Awesome Lists containing this project
README
ZMath it's a quick&dirty lib for Vectors, Matrix and Quaternions maths write on DLang, and using standard float point types.
I made it on the way of self-learning D, but I think that could be useful, so I open the source code.
The main objective it's be useful for doing basic things with 2d / 3d and allow using it with OpenGL.
For any serius usage, I recommend the excellent and battle tested gfm library : https://github.com/d-gamedev-team/gfm
## TODO:
- More useful math functions, like lerp and quaternion lerping
- Use SIMD