Skip to content
Daan van Yperen edited this page May 30, 2019 · 2 revisions

Plugins

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.
Clone this wiki locally