Skip to content

Mvbraathen/raytrace

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ray tracer

experimentation and learning in C.
If i complete the reference implementation, an attempt at a CUDA implementation will also be done.

how to setup and run

$ mkdir build && cd build/
$ cmake ..
$ make
$ ./ray-tracer ../input.txt
$ feh output.ppm            # to view the image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 77.6%
  • Python 16.2%
  • CMake 6.2%