From 2e529beafab538bbbd4a7d058e7dc8406c1e46b2 Mon Sep 17 00:00:00 2001 From: Nigel Date: Sun, 6 Feb 2022 13:44:00 +0100 Subject: [PATCH] Added a simple small README file. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8903d72 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# Learn OpenGL +![OpenGL logo](https://www.opengl.org/sdk/inc/img/opengl_logo.png) +## Resources Used +[learnopengl.com](learnopengl.com) \ +[en.cppreference.com](en.cppreference.com) \ No newline at end of file