commit c7147d138030ce818dc4bcfd55ae78bd53f08177 Author: PlexSheep Date: Thu Oct 12 20:30:19 2023 +0200 initial commit diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..b44e473 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "lib/glfw"] + path = lib/glfw + url = https://github.com/glfw/glfw.git diff --git a/README.md b/README.md new file mode 100644 index 0000000..0a304ed --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Shader basics +This repository is my playground for playing around with basic shader +programming. I'm using OpenGL with GLFW as libraries. diff --git a/lib/glfw b/lib/glfw new file mode 160000 index 0000000..3eaf125 --- /dev/null +++ b/lib/glfw @@ -0,0 +1 @@ +Subproject commit 3eaf1255b29fdf5c2895856c7be7d7185ef2b241