opengl-test

triangle draw using glfw and opengl
Index Commits Files Refs README LICENSE
commit 9ef8bcb2a409b0419c46cf7522e9192305a0a7d5
parent dda6d9329bbc6d7a53ca57e3c75ec16487e6d37f
Author: mjkloeckner <martin.cachari@gmail.com>
Date:   Thu, 29 Dec 2022 02:28:35 -0300

update README.md

Diffstat:
MREADME.md | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -6,6 +6,9 @@ language.
 For now just draws a triangle but in a future I would like to implement a
 [mandelbrot set visualizer](https://github.com/mjkloeckner/mandelbrot)
 
+Most of the code was developed following [Learn OpenGL](https://learnopengl.com/)
+tutorials
+
 ## Dependencies
 
 - OpenGL (at least version 3.30)