opengl-testtriangle draw using glfw and opengl |
Just a simple OpenGL playground to learn about OpenGL programming and GLSL language.
For now just draws a triangle but in a future I would like to implement a mandelbrot set visualizer
Most of the code was developed following Learn OpenGL tutorials
$ make -j $(nproc)
$ ./opengl