opengl-test

triangle draw using glfw and opengl
Index Commits Files Refs README LICENSE

OpenGL Test Repository

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

Dependencies

Building and Running

$ make -j $(nproc)
$ ./opengl

License

MIT