From 4bcaa3936be4a837fa7089a9e0686e1615285849 Mon Sep 17 00:00:00 2001 From: AdivonSlav <58472052+AdivonSlav@users.noreply.github.com> Date: Sat, 5 Mar 2022 13:35:10 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9664790..99ccb75 100644 --- a/README.md +++ b/README.md @@ -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)