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
Component
s together.
SolaEcs is a wrapper for a collection of
EcsSystem
.
The ViewBuilder class exposes methods for creating
View
s.
World contains arrays of
Component
s and methods for creating
Entity
instances and searching for
entities.