Slam
Simd Linear Algebra Math library for Nim
Install / Use
/learn @GaryMcWhorter/SlamREADME
SLAM
Table of Contents
About <a name = "about"></a>
SLAM (Simd Linear Algebra Math) is a Nim library focused on games and graphics math. In heavy development.
Getting Started <a name = "getting_started"></a>
As this project is currently feature incomplete (missing Quaternion math and Matrices) and not fully tested, it is not yet recommended for stable use.
To test SLAM now, add the git repo as a requirement to your project's Nimble file.
Usage <a name = "usage"></a>
To import the core library:
import slam
To import individual submodules:
import slam/thosevectors
