chrisapril / artemis-odb-contrib

Drop-in extensions for artemis-odb. Prefab systems, components, networking, events!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

artemis-odb-contrib

Drop-in extensions for artemis-odb. Event bus, deferred systems, prefab systems, components and networking. Well, eventually anyway.

When to use this

If you want to quickly prototype a game without getting bogged down by the details of entity component systems, this package will help get you started.

I use this as my toolkit for jam games. You are welcome to use it for whatever you need!

Alternatively, if you want to properly set up artemis-odb + libgdx or playn with gwt support, check out these instead:

Library Versions

Artemis-odb 0.7.1, (Optional) LibGDX 1.3.1

License

The primary license for this code is CC0.

Download

Maven

<dependency>
  <groupId>net.mostlyoriginal.artemis-odb</groupId>
  <artifactId>contrib-core</artifactId>
  <version>0.7.1</version>
</dependency>

<dependency>
  <groupId>net.mostlyoriginal.artemis-odb</groupId>
  <artifactId>contrib-eventbus</artifactId>
  <version>0.7.1</version>
</dependency>

Gradle

dependencies { 
    compile "net.mostlyoriginal.artemis-odb:contrib-core:0.7.1" 
    compile "net.mostlyoriginal.artemis-odb:contrib-eventbus:0.7.1" 
}

About

Drop-in extensions for artemis-odb. Prefab systems, components, networking, events!

License:Creative Commons Zero v1.0 Universal


Languages

Language:Java 100.0%