Olympe Engine 2.0
2D Game Engine with ECS Architecture
Loading...
Searching...
No Matches
ECS_Systems_Camera.h
Go to the documentation of this file.
1/*
2Olympe Engine V2 - 2025
3Nicolas Chereau
4nchereau@gmail.com
5
6This file is part of Olympe Engine V2.
7
8CameraSystem: ECS system that manages camera entities, handles input,
9target following, smooth zoom/rotation, and applies camera transformations.
10
11*/
12#pragma once
13