VEX Engine
Retro looking game engine made in vulkan mostly because i wanted to understand it better.
Loading...
Searching...
No Matches
Entity Component System

A flexible and efficient entity-component-system implementation.

A flexible and efficient entity-component-system implementation.

The ECS module provides:

  • Entity creation and management with ID recycling
  • Type-safe component storage with cache-friendly dense packing
  • Efficient entity queries through Views
  • Lifecycle callbacks (onCreate/onDestroy) for components