/from-nand-to-raytracer

An implementation of a raytracer in Rust and Jack, from nand2tetris.

Primary LanguageRust

from-nand-to-raytracer

You can find the blog post here.

Rust Version

  1. cd rust-raytracer.
  2. cargo run.

Jack Version

  1. Run the Jack compiler on this directory.
  2. Open the directory in the VM emulator.
  3. Set speed to fast and turn off all animations.
  4. Wait!