Skip to content
Daan van Yperen edited this page May 30, 2019 · 1 revision

Quick start

You can download a hello world project template from https://github.com/DaanVanYperen/artemis-odb-examples

Alternatively, check out the open source games in Game-Gallery.

For developing we suggest:

Gradle

Add the following dependency to your game:

  dependencies {
        // Support for artemis-odb
        compile "net.onedaybeard.artemis:artemis-odb:2.2.0"
    }

For (optional) advanced features see weave automation with gradle and annotation processing

Maven

<dependency>
	<groupId>net.onedaybeard.artemis</groupId>
	<artifactId>artemis-odb</artifactId>
	<version>2.2.0</version>
</dependency>

For (optional) advanced features see weave automation with maven and annotation processing

Direct Download

If you do not use maven or gradle, artemis-odb can be downloaded manually from the maven repository:

Clone this wiki locally