8000 GitHub - ear/ray-tracer: My ongoing effort to learn how to make Ray Tracers
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ear/ray-tracer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Ray Tracer in pure (99.999%) C++

Quick Start

$ nix-shell                            # Only if you are on NixOS
$ mkdir build && cd build/
$ cmake ..
$ make
$ ./ray-tracer ../scene.txt            # for preview mode
$ ./ray-tracer ../scene.txt output.ppm # for final rendering
$ feh output.ppm

About

My ongoing effort to learn how to make Ray Tracers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CMake 54.0%
  • C++ 45.1%
  • Nix 0.9%
0