It is an application developed to open PGN files for Chess, when a file is opened it goes through all movements in real time, giving an opportunity to study the strategy and movements realized by the players.
It was developed to be cross-plataform.
For OpenGL the libraries used are GLFW and GLEW. Also glm is being used as a mathematics library.
The interface is made using the ImGui library.
Chess_Game_Viewer is licensed under the GNU General Public License v3.0, see LICENSE for more information.