https://github.com/dannypsnl/raytracer
racket raytracer
https://github.com/dannypsnl/raytracer
racket raytracer
Last synced: 5 months ago
JSON representation
racket raytracer
- Host: GitHub
- URL: https://github.com/dannypsnl/raytracer
- Owner: dannypsnl
- License: other
- Created: 2020-09-02T14:55:22.000Z (almost 6 years ago)
- Default Branch: develop
- Last Pushed: 2022-01-05T08:56:55.000Z (over 4 years ago)
- Last Synced: 2024-12-31T07:45:10.446Z (over 1 year 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
[](https://github.com/dannypsnl/raytracer/actions/workflows/test.yml)
[](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
```
## C++ version
```
clang++ -O3 main.cc
./a.out > image.ppm
```