From c7147d138030ce818dc4bcfd55ae78bd53f08177 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Thu, 12 Oct 2023 20:30:19 +0200 Subject: [PATCH] initial commit --- .gitmodules | 3 +++ README.md | 3 +++ lib/glfw | 1 + 3 files changed, 7 insertions(+) create mode 100644 .gitmodules create mode 100644 README.md create mode 160000 lib/glfw 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