Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.