opengl-test

triangle draw using glfw and opengl
Index Commits Files Refs README LICENSE
ModeNameSize
-rw-r--r--LICENSE21L
-rw-r--r--Makefile21L
-rw-r--r--README.md27L
-rw-r--r--main.c202L
-rw-r--r--main.frag6L
-rw-r--r--main.vert8L

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