README.md aktualisiert

This commit is contained in:
Turingon 2024-01-25 08:39:51 +00:00
parent 529ae8a77a
commit b4e897a4b6

View file

@ -1,3 +1,13 @@
# RaytracerGO
A raytracer and renderer writen in Go (Golang) following the book Raytracing in one weekend
A raytracer and renderer writen in Go (Golang) following the book Raytracing in one weekend
# Motivation
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.
<video width="320" height="240" controls>
<source src="https://youtu.be/rY413t5fArw" type="video/mp4">
</video>
# Why Go?