Skip to content

vyorkin/ray

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ray

A simple ray tracer.

Following a tutorial

Installation

  1. (If you don't have it already) Install Nix following https://nixos.org/download.html
  2. Clone the repository (e.g. git clone https://github.com/vyorkin/ray.git)
  3. $ cd ray
  4. $ nix-shell
  5. $ make all

Running

After installation

$ make run