/GLPong

quick and dirty pong game made using OpenGL. likely full of bugs

Primary LanguageC

GLPong

quick and dirty pong game made using OpenGL.

Requires OpenGL 4.6 though context creation/GLSL can be edited to a minimum of 3.3 (explicit attrib/uniform bindings)

Use W/S for left paddle, UP/DN for right.

Uses the following libs: GLFW, GLAD (Generated from website), GLM, FreeType - Project include/lib dependency folders may need to be reconfigured, and libs rebuilt