Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/carstenkoenig/rayt

simple raytracer inhaskell
https://github.com/carstenkoenig/rayt

Last synced: 23 days ago
JSON representation

simple raytracer inhaskell

Awesome Lists containing this project

README

        

# Overview

simple raytracer written in Haskell

work in progress ... just for fun man ;)

## Progress

### Step 1
Just a very basic renderer just giving the first hit material-color without anything else.
Only objects aviable are spheres.

![version1](./progressImages/version1.png)

### Step 2.1
Added basic shading with ambient and directed light

![version2](./progressImages/version2.png)

### Step 2.2
Added positional lights that cast shadows

![version3](./progressImages/version3.png)