Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 495 Bytes

README.md

File metadata and controls

40 lines (28 loc) · 495 Bytes

Simple and dumb ray tracer

Build

$ cargo build --release

Usage

Console mode:

Run:

$ ./target/release/interlumen
  • p - pause/resume animations
  • q / ESC - quit

GUI mode:

Run:

$ ./target/release/interlumen gui
  • q - quit

TODO

  • Runs in terminal
  • Runs in GUI
  • Saves image to file
  • Multithreading
  • Monte-Carlo sampling
  • PBR rendering
  • Loads scene from file