-
Notifications
You must be signed in to change notification settings - Fork 0
c++ math library for game development
License
hyperlogic/abaci
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
== Abaci
Abaci is a math library written specifically for 3d video game development.
It strives to be:
* Standalone - It is not dependent on anything other then the c++ standard library.
* Streamlined - Tailored to the problems of 3d game development; it is not a generic math library.
* Portable - Not tied to a specific os or compiler.
* Fast - Use langauge features such as inlines & templates to achieve acceptable performance.
Supports basic math primitives:
* 4x4 Matrices for coordinate transformations
* Quaternions for rotations
* Vectors of two, three & four elements
* Complex number arithmetic.
About
c++ math library for game development
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published