-
Notifications
You must be signed in to change notification settings - Fork 113
Plugins
Daan van Yperen edited this page May 30, 2019
·
2 revisions
There are multiple optional extensions available for artemis-odb. You can write your own using the Plugin API.
- Serialization API - persist your world to json or binary format straight out of the box.
- Fluid API - Fast Prototyping, conveniently assemble and interact with your entities.
- Auto Entity References - Prevent dangling references to entities.
- Actions DSL - An Actions mini-DSL for artemis-odb entities.
- Event Bus - Inter system communication to artemis-odb via an event bus.
- System Profiler - Figure out which system is eating all your cycles, with graph plotter.
- Overview
- Concepts
- Getting Started
- Using
- More guides
- Plugins
- Game Gallery
- Tools and Frameworks
- API reference