https://github.com/tlsa/raytracer
A very simple ray tracer
https://github.com/tlsa/raytracer
Last synced: over 1 year ago
JSON representation
A very simple ray tracer
- Host: GitHub
- URL: https://github.com/tlsa/raytracer
- Owner: tlsa
- Created: 2023-06-03T10:13:43.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-28T21:06:44.000Z (over 2 years ago)
- Last Synced: 2025-02-03T21:44:54.338Z (over 1 year ago)
- Language: C
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A very simple ray tracer
========================
This a simple ray tracer based on an
[eight line(!) BBC BASIC program](https://twitter.com/bbcmicrobot/status/1464553737255596036)
by Steve McCrea and Adam Foster.
I rewrote it in C with the aim of understanding how it worked, and making
no attempt to retain the small size.
