https://github.com/xxyzz/rayket
Ray tracer written in Racket
https://github.com/xxyzz/rayket
racket raytracing
Last synced: 2 months ago
JSON representation
Ray tracer written in Racket
- Host: GitHub
- URL: https://github.com/xxyzz/rayket
- Owner: xxyzz
- License: gpl-3.0
- Created: 2022-06-05T13:41:15.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-13T14:28:57.000Z (almost 3 years ago)
- Last Synced: 2025-01-04T16:44:31.762Z (4 months ago)
- Topics: racket, raytracing
- Language: Racket
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rayket
Racket implementation of the book [Ray Tracing in One Weekend](https://raytracing.github.io/books/RayTracingInOneWeekend.html).
```
$ racket main.rkt > image.ppm
```
This work is licensed under GPL version 3 or later.