Crates.io | rgla |
lib.rs | rgla |
version | 0.1.0 |
source | src |
created_at | 2024-06-21 00:14:17.051757 |
updated_at | 2024-06-21 00:14:17.051757 |
description | A linear algebra library for graphics that implements rotors instead of quaternions. |
homepage | |
repository | |
max_upload_size | |
id | 1278930 |
size | 29,979 |
I wrote this linear algebra library to familiarize myself with the graphics pipeline. It's quite unoptimized at the moment.
The novelty of this library is that it implements rotors (instead of quaternions) to represent rotation. They do pretty much the same thing and have almost the same interface, but rotors make much more sense to think about.
Heavily inspired by glam-rs
.