|
Capycore Engine
0.1.0
A simple and lightweight game engine written in C++ based on the Unity API architecture.
|
#include <engine/core/iEngineService.h>#include <engine/core/rendering/renderable.h>#include <engine/core/rendering/renderer.h>#include <engine/core/rendering/strategies/irendering_strategy_factory.h>#include <engine/core/rendering/window.h>#include <map>Go to the source code of this file.
Classes | |
| class | RenderingService |
| Service responsible for rendering game objects to the window. This service functions as a manager for the Renderer, and also as a face to work with the game window via a window property. More... | |