From 9fa4d4b4ecde2b1c49327a65c944292bcd77620d Mon Sep 17 00:00:00 2001 From: Abdelrahman Said Date: Mon, 18 Dec 2023 10:46:32 +0000 Subject: [PATCH] INITIAL COMMIT --- .gitignore | 1 + README.md | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 .gitignore create mode 100644 README.md 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/)