opengl-testtriangle draw using glfw and opengl |
Mode | Name | Size |
-rw-r--r-- | LICENSE | 21L |
-rw-r--r-- | Makefile | 21L |
-rw-r--r-- | README.md | 27L |
-rw-r--r-- | main.c | 202L |
-rw-r--r-- | main.frag | 6L |
-rw-r--r-- | main.vert | 8L |
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