Pong game for getting aquainted with OpenGL, Image Loading, Physics, Input, etc. All from scratch.
To provide a simple, open-source, pong clone that uses OpenGL and can deploy to a variety of devices
###SDL2 (zlib license) ###SDL2_image (zlib license)
###GLEW (Modified BSD license) ###SOIL (Public Domain) ###GLM (The Happy Bunny License)
###GoogleTest ([Modified MIT] (https://github.com/google/googletest/blob/master/googletest/LICENSE) license)
- SDL2-based Graphics
- Clean, easy to use and easy to build, codebase
- CMake-based build
- All open-source library backing
- SDL2 for I/O
- Gamepad and Keyboard Support
- Windows support
- OpenGL Graphics
- OpenGL-based texturing and sprites
- OpenGL 2D/3D drawing
- Audio
- Linux Support
- Android, iOS, WP, and OSX support