Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dannypsnl/raytracer
racket raytracer
https://github.com/dannypsnl/raytracer
racket raytracer
Last synced: about 1 month ago
JSON representation
racket raytracer
- Host: GitHub
- URL: https://github.com/dannypsnl/raytracer
- Owner: dannypsnl
- License: other
- Created: 2020-09-02T14:55:22.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2022-01-05T08:56:55.000Z (about 3 years ago)
- Last Synced: 2024-11-08T08:40:01.752Z (3 months ago)
- Topics: racket, raytracer
- Language: Racket
- Homepage: https://raytracing.github.io/books/RayTracingInOneWeekend.html
- Size: 85 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```