aquach / from-nand-to-raytracer

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

Home Page:https://blog.alexqua.ch/posts/from-nand-to-raytracer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

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

https://blog.alexqua.ch/posts/from-nand-to-raytracer/


Languages

Language:Rust 100.0%