| Interface | Description | 
|---|---|
| InterpolatingSystem | 
 Common interface for systems that update/interpolate 
 | 
| RenderingSystem | 
 Common interface for implementing systems that render 
 | 
| Class | Description | 
|---|---|
| BaseInterpolatingSystem | 
 Implements  
BaseSystem to add mini2Dx's update/interpolate methods | 
| BaseRenderingSystem | 
 Implements  
BaseSystem to add mini2Dx's render method | 
| DispersedIntervalEntitySystem | 
 An  
EntitySystem that will wait for an interval then queue all
 entities to be updated over the duration of the next interval. | 
| InterpolatingEntitySystem | 
 Implements  
EntitySystem to add mini2Dx's update/interpolate methods | 
| MdxInvocationStrategy | 
 Extends  
InvocationStrategy to allow for interpolation and rendering | 
| MdxWorld | 
 Extends  
World to allow for interpolating and rendering of Systems | 
| RenderingEntitySystem | 
 Implements  
EntitySystem to add mini2Dx's render method |