From 17e359400517c2783566af94dd148fc4dbb22132 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20L=C3=B8fgren?= Date: Tue, 15 Oct 2024 22:22:32 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c33f780..843a541 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ## Goals -* This project follows my [Wheel Reinventor's Principles](https://github.com/tobloef/wheel-reinventors-principles): In short, it's made from scratch for learning and to tailor it to my specific use cases. +* This project follows my [Wheel Reinventor's Principles](https://github.com/tobloef/wheel-reinventors-principles): In short, it's made from scratch for learning. * Learn the maths behind projection, transformation, and simple lights. * Write an OBJ parser to load 3D models. * No graphics library or GPU usage. Just drawing one pixel at a time. Performance is a non-goal!