Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 762 Bytes

File metadata and controls

33 lines (21 loc) · 762 Bytes

StellarTrace

This is a CPU based multithreaded raytracer

Technologies:

  • c++11
  • Supported output formats: PNG with STB image library
  • multiThreading
  • SIMD(to be added soon)
  • PreMake

How to Build

windows

run build.bat file , vs solution will be generated .

linux

premake5 gmake 

click here for refrence on how to use premake.

Example Scenes

alt text alt text

Resources

Peter Shirley's Ray Tracing in one weekend.