From b4e897a4b60a2fe573137cd24f92f7201173395c Mon Sep 17 00:00:00 2001 From: Turingon Date: Thu, 25 Jan 2024 08:39:51 +0000 Subject: [PATCH] README.md aktualisiert --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 481d486..c75e1ec 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ # RaytracerGO -A raytracer and renderer writen in Go (Golang) following the book Raytracing in one weekend \ No newline at end of file +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. + + + +# Why Go? \ No newline at end of file