Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jansedivy/raytracer
Very simple raytracer written in C
https://github.com/jansedivy/raytracer
Last synced: 15 days 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-27T22:48:03.000Z (about 9 years ago)
- Last Synced: 2024-10-25T20:21:52.689Z (2 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.
![Preview](https://upx.cz/2xn)
## 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
```