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

https://github.com/mysterycoder456/path_tracer_c

Path Tracer in C
https://github.com/mysterycoder456/path_tracer_c

3d 3d-graphics c graphics pathtracing pbr pbrt raytracer raytracing renderer rendering

Last synced: 7 months ago
JSON representation

Path Tracer in C

Awesome Lists containing this project

README

          

# Path Tracer

Path tracing renderer written in C.

## Usage

This project uses CMake. To build it on a Unix system, run the following commands:

```bash
mkdir build
cmake -B build
cmake --build build
```

This creates an executable in the `build` directory.