package technology.sola.ecs
This package provides the core classes for sola-ecs.
-
-
An Entity is identified by its index in the
World that ties a set of
Components together.
SolaEcs is a wrapper for a collection of
EcsSystem.
The ViewBuilder class exposes methods for creating
Views.
World contains arrays of
Components and methods for creating
Entity instances and searching for
entities.