Skip to content

dimacotorobai/PongGameOpenGL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PongGame

Screenshot 2021-05-30 193221

The game was created using Immediate Mode in OpenGL for learning purposes. Slight glitch when colliding with some corner due to not implementing a great collision system, but that was beyond the scope of this project. Might update the project in order to use stuff like the Core Profile in order to take advantage of the GPU for calculations.

The project does not use any Shaders, Uniforms, or Textures. All draw calls are done through glBegin() and glEnd(). Therefore might cause a bottleneck because everything is drawn everyframe instead of passing something like an MVP and doing the moving on the GPU side.

About

A simple Pong Game created using OpenGL Immediate Mode.The game was created using Immediate Mode in OpenGL for learning purposes. Slight glitch when colliding with some corner due to not implementing a great collision system, but that was beyond the scope of this project. Might update the project in order to use stuff like the Core Profile in or…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors