Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```