vector-victor

Crates.iovector-victor
lib.rsvector-victor
version0.1.2
sourcesrc
created_at2023-06-15 04:11:42.731095
updated_at2024-06-19 03:04:21.810157
descriptionYet another linear algebra crate
homepage
repositoryhttps://github.com/drewcassidy/vector-victor
max_upload_size
id890804
size80,250
Andrew Cassidy (drewcassidy)

documentation

README

Vector-Victor ✈️

Vector-Victor is yet another crate that provides a matrix type for linear algebra

What is it?

Vector-Victor is:

  • In its Alpha stage
  • Geared towards programmers familiar with linear algebra through computer graphics, or complete beginners
  • Fully generic across both types and dimensions

What is it not?

Vector-Victor does not:

  • Provide variable-sized or sparse vectors
  • Support complex numbers natively
  • Directly replace/competete with Nalgebra

Why does this exist? Why not use something else?

XKCD 927 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.

Commit count: 38

cargo fmt