Skip to content

ectucker1/ectert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ectert Raytracer

Ectert is a software raytracer written in C++. It's initial design is inspired by Jamis Buck's The Raytracer Challenge, but it will diverge as more features are added.

Here are some examples of the kinds of images it's currently capable of producing:

Rendering of two spheres with refraction

Rendering of a teapot 3D model with reflection

Model credit University of Utah.

The project uses CMake for building and Google Test for unit tests. It is currently incompatible with MSVC, but should compile under most distributions of GCC. (It's usually tested with MinGW)

Current features include:

  • Blinn-Phong lighting materials
  • Basic shadows
  • Reflection and refraction
  • Patterned textures
  • Multi-sample anti-aliasing
  • Multi-threaded CPU rendering

Potential future additions include:

  • Global illumination
  • PBR materials
  • Texture mapping
  • GPU compute rendering

And many other interesting rendering techniques

About

A C++ software raytracer based on The Raytracer Challenge

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages