Entity Systems - Artemis-odb (Part2)
Artemis-odb is
a high performance java based Entity-Component-System framework.
It is mature, actively maintained, and a continuation of the
popular Artemis.
Highlights
- Full Android, HTML5, iOS support.
- High performance, GC-friendly, less boilerplate!
- Optional struct emulation and pooled components, hotspot optimization, leveraged by bytecode injection.
- Json Serialization 0.11+
- Convenient dependency matrices for your components and systems.
- Easy migration from Artemis clones.
Getting
started
Community
Share your
thoughts and questions with us!
Maven
<dependency> <groupId>net.onedaybeard.artemis</groupId> <artifactId>artemis-odb</artifactId> <version>1.4.0</version> </dependency>
See weave automation and module overview
Gradle
dependencies { compile "net.onedaybeard.artemis:artemis-odb:1.4.0" }
No comments: