Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AdivonSlav authored Mar 5, 2022
1 parent 866a7d6 commit 4bcaa39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# glPong [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
A clone of the Atari classic built with C++ and OpenGL using the GLFW and GLEW libraries. Started as a small learning project while I was working my way through the OpenGL graphics API. For the math library, I ended up making my own
A clone of the Atari classic built with C++ and OpenGL using the GLFW and GLEW libraries. Started as a small learning project while I was working my way through the OpenGL graphics API. For the math library, I ended up making my own and implementing simple vector and matrix containers coupled with basic mathematical operations.
For simple text rendering functionality, I ended up using the Freetype library

![glPongGIF](https://i.imgur.com/bcsNfhw.gif)

Expand Down

0 comments on commit 4bcaa39

Please sign in to comment.