Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xxyzz/rayket
Ray tracer written in Racket
https://github.com/xxyzz/rayket
racket raytracing
Last synced: about 1 month 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 (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-13T14:28:57.000Z (over 2 years ago)
- Last Synced: 2024-11-09T13:41:23.657Z (3 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
```![image](https://user-images.githubusercontent.com/21101839/172334032-837a56b8-f2c1-460a-b250-2685714591be.jpg)
This work is licensed under GPL version 3 or later.