/rust_metal

Clean implementation of linalg Metal shaders in Rust, for education and fun.

Primary LanguageRust

This project aims to be a small, clean implementation of Metal shaders for various linear algebra algorithms.

The following are implemented:

  • matrix addition

Pre-requisites

  • An Apple-silicon device.
  • xcode command line tools for OSX.
  • Rust

To build the project cargo build, and cargo run to run.