An open API service indexing awesome lists of open source software.

https://github.com/yayuniversal/raytracer

A ray tracer in C++
https://github.com/yayuniversal/raytracer

cplusplus cpp ray-tracer ray-tracing raytracer raytracing

Last synced: about 15 hours ago
JSON representation

A ray tracer in C++

Awesome Lists containing this project

README

          

# RayTracer
A ray tracer in C++

## Dependencies
- libpng++-dev >= 2.10
install with apt: `sudo apt instal libpng++-dev`

## How to build and use

### Compilation
- build project: `make`
- build examples: `make examples`
- build documentation: `make doc`
- clean binaries: `make clean`

### Run
`./RayTracer`