From 59b82266a0453bef43d0e2aaffd57abbc2fbd02f Mon Sep 17 00:00:00 2001
From: Abdelrahman <said.abdelrahman89@gmail.com>
Date: Sun, 11 Aug 2024 13:11:33 +0100
Subject: [PATCH] Add README

---
 README.md | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 README.md

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..d6ece36
--- /dev/null
+++ b/README.md
@@ -0,0 +1,3 @@
+# Experimenting with matrices
+
+Playing around with 2D transformation matrices while studying the [Perspective Projection](https://github.com/ssloy/tinyrenderer/wiki/Lesson-4:-Perspective-projection) lesson of [ssloy](https://github.com/ssloy)'s [tinyrenderer](https://github.com/ssloy/tinyrenderer/wiki)