commit 9fa4d4b4ecde2b1c49327a65c944292bcd77620d
Author: Abdelrahman Said <said.abdelrahman89@gmail.com>
Date:   Mon Dec 18 10:46:32 2023 +0000

    INITIAL COMMIT

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..9bf3746
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+compile_commands.json
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..0c7e9a2
--- /dev/null
+++ b/README.md
@@ -0,0 +1,3 @@
+# Computer Graphics from Scratch
+
+Following along with [Gabriel Gambetta](https://gabrielgambetta.com/index.html)'s [Computer Graphics From Scratch](https://gabrielgambetta.com/computer-graphics-from-scratch/)