repos/opengl-test

an opengl playground
Commits Files Refs README LICENSE
ModeNameSize
-rw-r--r--LICENSE21 L
-rw-r--r--Makefile21 L
-rw-r--r--README.md27 L
-rw-r--r--main.c202 L
-rw-r--r--main.frag6 L
-rw-r--r--main.vert8 L

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