Olympe Engine 2.0
2D Game Engine with ECS Architecture
Loading...
Searching...
No Matches
Classes
ECS_Systems_Animation.h File Reference

Animation system for 2D sprite animation. More...

#include "ECS_Systems.h"
#include "ECS_Components.h"
+ Include dependency graph for ECS_Systems_Animation.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AnimationSystem
 Animation system for sprite-based 2D animations. More...
 

Detailed Description

Animation system for 2D sprite animation.

Author
Nicolas Chereau
Date
2025

ECS System that updates sprite animations frame-by-frame based on elapsed time. Integrates with AnimationManager and updates VisualSprite_data srcRect.

Definition in file ECS_Systems_Animation.h.