Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 955 Bytes

README.md

File metadata and controls

36 lines (20 loc) · 955 Bytes

Basic Raytracing engine in C++

Inspired by this website, Check it out!

Developped by Sebastien Menozzi

Screenshots

Install

Build

  • run ./cmakegen.sh

Run

To generate the image.ppm:

  • run ./build/raytracer image

To run the tests:

  • run ./build/raytracer tests

You're all set, have fun!

Dependencies

https://github.com/tinyobjloader/tinyobjloader/blob/master/tiny_obj_loader.h

License

This application is released under MIT (see LICENSE). Some of the used libraries are released under different licenses.