link include dir

This commit is contained in:
Christoph J. Scherr 2023-10-12 20:38:20 +02:00
parent c7147d1380
commit 40c297c4ed
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
# Shader basics # Shader basics
This repository is my playground for playing around with basic shader This repository is my playground for playing around with basic shader
programming. I'm using OpenGL with GLFW as libraries. 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.

1
include/GLFW Symbolic link
View file

@ -0,0 +1 @@
../lib/glfw/include/GLFW