From 40c297c4edef1f787c07164711ee53c39d373d8c Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Thu, 12 Oct 2023 20:38:20 +0200 Subject: [PATCH] link include dir --- README.md | 5 +++++ include/GLFW | 1 + 2 files changed, 6 insertions(+) create mode 120000 include/GLFW diff --git a/README.md b/README.md index 0a304ed..c71722c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ # Shader basics This repository is my playground for playing around with basic shader programming. I'm using OpenGL with GLFW as libraries. + +## Guide +I have no idea what I'm doing, so I'm following [this](https://learnopengl.com/Introduction) guide. +I also saw [this](https://www.youtube.com/watch?v=3mfvZ-mdtZQ) YouTube video as +an introduction. diff --git a/include/GLFW b/include/GLFW new file mode 120000 index 0000000..9def84a --- /dev/null +++ b/include/GLFW @@ -0,0 +1 @@ +../lib/glfw/include/GLFW \ No newline at end of file