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
- Host: GitHub
- URL: https://github.com/mysterycoder456/path_tracer_c
- Owner: MysteryCoder456
- Created: 2024-12-27T09:35:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-11T05:54:48.000Z (over 1 year ago)
- Last Synced: 2025-02-11T06:29:45.429Z (over 1 year ago)
- Topics: 3d, 3d-graphics, c, graphics, pathtracing, pbr, pbrt, raytracer, raytracing, renderer, rendering
- Language: C
- Homepage:
- Size: 148 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.