sourencho / ungroup_game

A multiplayer game about temporary alliances written with a custom engine in C++ and SFML
13 stars 1 forks source link

Create RenderingController #123

Closed sourencho closed 4 years ago

sourencho commented 4 years ago

There is a lot of code related to rendering in client/main.cpp and client/systems/ClientGameController.cpp that can be moved into a rendering controller.