https://github.com/pwhiddy/hasktrace
A simple raytracer in haskell
https://github.com/pwhiddy/hasktrace
3d graphics haskell raymarch raytracer
Last synced: 7 months ago
JSON representation
A simple raytracer in haskell
- Host: GitHub
- URL: https://github.com/pwhiddy/hasktrace
- Owner: PWhiddy
- Created: 2017-08-24T19:16:32.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-25T05:42:46.000Z (about 8 years ago)
- Last Synced: 2025-03-17T19:11:37.728Z (7 months ago)
- Topics: 3d, graphics, haskell, raymarch, raytracer
- Language: Haskell
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hasktrace
A simple raytracer using haskell lists to implement vectors and vector functions.
Very inefficient, but is close to being general enough to trace rays in space with an abitrary number of dimensions.