Realtime Math
This library is geared towards realtime applications that require their math to be as fast as possible. Much care was taken to maximize inlining opportunities and for code generation to be optimal when a function isnβt inlined by passing values in registers whenever possible. It contains 3D and 4D arithmetic commonly used in video games and realtime applications.
It offers an alternative to GLM and DirectX Math. See here for a comparison with similar libraries.
Much thought was put into designing the library for it to be as flexible and powerful as possible. To this end, the following decisions were made:
The above supported platform list is only what is tested every release but if it compiles, it should work just fine.
This library is 100% headers as such you just need to include them in your own project to start using it. However, if you wish to run the unit tests or to contribute to RTM head on over to the getting started section in order to setup your environment and make sure to check out the contributing guidelines.
You can install rtm
with Conan.
You donβt need anything else to get started: everything is self contained.
See here for details.
This project uses the MIT license.
Copyright Β© 2018 Nicholas Frechette & Realtime Math contributors
This project was started from the math code found in the Animation Compression Library v1.1.0 and it retains the copyright of the original contributors.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
Thanks goes to these wonderful people (emoji key):
CodyDWJones π» π¦ π |
Malte Werschy π» π¦ |
Yoann Potinet π |
Pavel Iatchenii π» π§ |
Herman Semenov π» |
Martin Valgur π» |
Kethers π» |
This project follows the all-contributors specification. Contributions of any kind welcome!