|
Capycore Engine
0.1.0
A simple and lightweight game engine written in C++ based on the Unity API architecture.
|
#include <SDL3/SDL.h>#include <SDL3_ttf/SDL_ttf.h>#include <engine/core/rendering/strategies/irendering_strategy.h>#include <engine/public/component.h>#include <engine/public/components/ui/text.h>#include <engine/public/ui/ui_object.h>#include <map>#include <memory>#include <string>Go to the source code of this file.
Classes | |
| class | SdlTextStrategy |
| SDL implementation of the text rendering strategy. More... | |