|
Air-Trap 1.0.0
A multiplayer R-Type clone game engine built with C++23 and ECS architecture
|
#include "RType/ECS/SparseArray.hpp"#include <tuple>#include <vector>#include <algorithm>#include <iterator>#include <span>Go to the source code of this file.
Classes | |
| class | rtp::ecs::ZipView< Containers > |
| A view that iterates over entities possessing all specified components. More... | |
| class | rtp::ecs::ZipView< Containers >::Iterator |
| The actual iterator performing the intersection logic. More... | |
Namespaces | |
| namespace | rtp |
| namespace | rtp::ecs |
| File : RenderSystem.hpp License: MIT Author : Elias Josué HAJJAR LLAUQUEN elias.nosp@m.-jos.nosp@m.ue.ha.nosp@m.jjar.nosp@m.-llau.nosp@m.quen.nosp@m.@epit.nosp@m.ech..nosp@m.eu Date : 14/12/2025. | |