RaytracerGO/README.md

12 lines
514 B
Markdown
Raw Normal View History

2024-01-25 08:12:45 +00:00
# RaytracerGO
2024-01-25 08:39:51 +00:00
A raytracer and renderer writen in Go (Golang) following the book Raytracing in one weekend
2024-01-25 08:40:22 +00:00
## Motivation
2024-01-25 08:39:51 +00:00
I've been meaning to tinker with graphics for quite a while and was motivated by a video programming a raytracing algorithm on a TI-84. Back in my school days I used to love to tinker with the TI-84 and also did some very elementary programming on it myself.
2024-01-25 08:46:53 +00:00
[![alt text](https://youtu.be/rY413t5fArw)](https://youtu.be/rY413t5fArw "Raytracing on a Graphing Calculator (again)")
2024-01-25 08:46:19 +00:00
2024-01-25 08:39:51 +00:00
# Why Go?