1. Rendering - a-roy/pacman-mp GitHub Wiki
We define library-agnostic headers/implementations for the following classes:
Renderer(non-implemented) - Handles window creation and drawing of objectsSprite- Contains information about sprites for a characterAnimation- Contains information for an animation of a character
The SFML-based implementation of Renderer makes use of the following files:
SFData.h- Contains static data members specific to SFMLSFData.cpp- Contains logic for loading and accessing dataSFRenderer.cpp