Elements.pyECSS.System¶
System classes, part of the Elements.pyECSS package
Elements.pyECSS (Entity Component Systems in a Scenegraph) package @Copyright 2021-2022 Dr. George Papagiannakis
The System class is the logic-specific processor of different Components in Elements.pyECSS, based on the Visitor design pattern
Classes
|
System that operates on both BasicTransform Components as well as Camera Components For the BasicTransform ones, it calculates the Local2camera matrix. |
|
A basic, empty forward rendering sample system. |
|
Main abstract class of the System part of our ECS |
|
Basic System Decorator, based on the Decorator design pattern |
|
System that operates on BasicTransform Components and calculates Local2World matrices that are needed in a Scenegraph DAG hierarchy |