Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dannypsnl/raytracer

racket raytracer
https://github.com/dannypsnl/raytracer

racket raytracer

Last synced: about 1 month ago
JSON representation

racket raytracer

Awesome Lists containing this project

README

        

# raytracer

[![Test](https://github.com/dannypsnl/raytracer/actions/workflows/test.yml/badge.svg)](https://github.com/dannypsnl/raytracer/actions/workflows/test.yml)
[![Coverage Status](https://coveralls.io/repos/github/dannypsnl/raytracer/badge.svg?branch=develop)](https://coveralls.io/github/dannypsnl/raytracer?branch=develop)

[_Ray Tracing in One Weekend_](https://raytracing.github.io/books/RayTracingInOneWeekend.html) using Racket.

```shell
racket main.rkt > image.ppm
```