https://github.com/jansedivy/raytracer
Very simple raytracer written in C
https://github.com/jansedivy/raytracer
Last synced: 3 months ago
JSON representation
Very simple raytracer written in C
- Host: GitHub
- URL: https://github.com/jansedivy/raytracer
- Owner: jansedivy
- License: mit
- Created: 2015-06-13T11:57:33.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-27T22:48:03.000Z (over 9 years ago)
- Last Synced: 2025-02-06T08:13:00.983Z (5 months ago)
- Language: C
- Size: 1.51 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Raytracer
Very simple raytracer written in C.

## Features
- Code is automatically reloaded when you compile modified source
- Each frame can be saved as image for animations
- Multithreading! Parts of the screen are rendered separately## Compilation
### OSX
```
./build.sh # compile
open build/raytracer.app # run
```