summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2022-05-18 02:04:29 +0200
committerMiguel <m.i@gmx.at>2022-05-18 02:07:30 +0200
commit193873731c095d2ba9d8def2de679578802ada7a (patch)
treee5c9ae61449ea058fa34013f7dee70c65bb57873 /doc
Hello Triangle
Diffstat (limited to 'doc')
-rw-r--r--doc/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/README b/doc/README
new file mode 100644
index 0000000..ef07ae3
--- /dev/null
+++ b/doc/README
@@ -0,0 +1,9 @@
+More or less following: https://learnopengl.com/
+
+Build with cmake
+
+Dependencies:
+* freeglut
+* glew
+
+May 2022