-
Notifications
You must be signed in to change notification settings - Fork 112
Quick Start
Daan van Yperen edited this page May 30, 2019
·
1 revision
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:
- IntellIJ IDEA or Eclipse
- JDK 8 (see #539 why not JDK 9+)
- Join the #ecs channel @ libGDX discord community!
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
<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
If you do not use maven or gradle, artemis-odb can be downloaded manually from the maven repository:
- Main library: http://repo1.maven.org/maven2/net/onedaybeard/artemis/artemis-odb/2.2.0/
- Command-line tool [cli]: http://repo1.maven.org/maven2/net/onedaybeard/artemis/artemis-odb-cli/2.2.0/
- Overview
- Concepts
- Getting Started
- Using
- More guides
- Plugins
- Game Gallery
- Tools and Frameworks
- API reference