Crates.io | vector-victor |
lib.rs | vector-victor |
version | 0.1.2 |
source | src |
created_at | 2023-06-15 04:11:42.731095 |
updated_at | 2024-06-19 03:04:21.810157 |
description | Yet another linear algebra crate |
homepage | |
repository | https://github.com/drewcassidy/vector-victor |
max_upload_size | |
id | 890804 |
size | 80,250 |
Vector-Victor is yet another crate that provides a matrix type for linear algebra
Vector-Victor is:
Vector-Victor does not:
I wrote Vector-Victor for myself, to reflect the way I think about matrices and vectors. I didn't want a library that overcomplicated things with Typenums or multiple backing datastructure options. I did want types that felt familiar to me from when I write shaders or game mods.