/opengl-test

an opengl playground

Primary LanguageCMIT LicenseMIT

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

  • OpenGL (at least version 3.30)
  • Glfw
  • Glew

Building and Running

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

License

MIT