Skip to content

cxxlutter/lutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lutter

A simple raytracer using C++11, created in collaboration in a thread on c-plusplus.net.

It is released under the MPL 2.0 license, please see the file called LICENSE.

External Requirements

For export to .bmp, TrippyColor's Lunch-Time-Tracer is needed in ../Lunch-Time-Tracer. You can clone that from upstream or my fork.

Compilation using SCons

If you have SCons and GCC installed, you can compile this project with a simple

$ scons

for debug mode or

$ scons mode=release

for a release build.

About

Lunch Time Tracer: https://www.c-plusplus.net/forum/330421

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published