Lars - Rust Linear Algebra
Lars (Linear Algebra in Rust) is a learning-focused Rust crate that provides simple yet powerful linear algebra utilities built from first principles by a student currently going through Linear Algebra classes.
A few things I've been tinkering with recently:
Lars (Linear Algebra in Rust) is a learning-focused Rust crate that provides simple yet powerful linear algebra utilities built from first principles by a student currently going through Linear Algebra classes.
A minimal, futuristic personal website built to showcase my projects, experiments and writing. Designed with a Catppuccin-inspired palette, subtle animations and a fully data-driven project system.
Latest writing on development, hardware, and experiments.
A complete guide to implementing a 2D vector type in Rust, including vector arithmetic, magnitude, dot product, normalization, and comprehensive unit tests.
Episode 1 of the lars learning series, in this episode, we will get everything setup ready to develop our own LA crate.