Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tlsa/raytracer
A very simple ray tracer
https://github.com/tlsa/raytracer
Last synced: about 1 month 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-28T21:06:44.000Z (12 months ago)
- Last Synced: 2024-12-06T20:58:42.257Z (about 1 month 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.