Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carstenkoenig/rayt
simple raytracer inhaskell
https://github.com/carstenkoenig/rayt
Last synced: 23 days ago
JSON representation
simple raytracer inhaskell
- Host: GitHub
- URL: https://github.com/carstenkoenig/rayt
- Owner: CarstenKoenig
- License: other
- Created: 2014-02-05T14:11:46.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-19T21:49:51.000Z (almost 11 years ago)
- Last Synced: 2024-10-15T09:17:49.556Z (2 months ago)
- Language: Haskell
- Size: 398 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)