contrib-components-libgdx

Libgdx specific prefab systems and components!

License

License

Categories

Categories

Net libGDX Business Logic Libraries
GroupId

GroupId

net.mostlyoriginal.artemis-odb
ArtifactId

ArtifactId

contrib-components-libgdx
Last Version

Last Version

0.7.1
Release Date

Release Date

Type

Type

jar
Description

Description

contrib-components-libgdx
Libgdx specific prefab systems and components!

Download contrib-components-libgdx

How to add to project

<!-- https://jarcasting.com/artifacts/net.mostlyoriginal.artemis-odb/contrib-components-libgdx/ -->
<dependency>
    <groupId>net.mostlyoriginal.artemis-odb</groupId>
    <artifactId>contrib-components-libgdx</artifactId>
    <version>0.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.mostlyoriginal.artemis-odb/contrib-components-libgdx/
implementation 'net.mostlyoriginal.artemis-odb:contrib-components-libgdx:0.7.1'
// https://jarcasting.com/artifacts/net.mostlyoriginal.artemis-odb/contrib-components-libgdx/
implementation ("net.mostlyoriginal.artemis-odb:contrib-components-libgdx:0.7.1")
'net.mostlyoriginal.artemis-odb:contrib-components-libgdx:jar:0.7.1'
<dependency org="net.mostlyoriginal.artemis-odb" name="contrib-components-libgdx" rev="0.7.1">
  <artifact name="contrib-components-libgdx" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.mostlyoriginal.artemis-odb', module='contrib-components-libgdx', version='0.7.1')
)
libraryDependencies += "net.mostlyoriginal.artemis-odb" % "contrib-components-libgdx" % "0.7.1"
[net.mostlyoriginal.artemis-odb/contrib-components-libgdx "0.7.1"]

Dependencies

compile (3)

Group / Artifact Type Version
net.onedaybeard.artemis : artemis-odb jar 0.7.1
com.badlogicgames.gdx : gdx-backend-gwt jar 1.3.1
net.mostlyoriginal.artemis-odb : contrib-components jar 0.7.1

Project Modules

There are no modules declared in this project.

artemis-odb-contrib

Build Status

Drop-in extensions for artemis-odb. Event bus, scheduled operations, deferred systems, profiler, abstract and 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 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 all fancy features, check out these instead:

Library Versions

Artemis-odb 2.2.0, (Optional) LibGDX 1.9.9.

License

The primary license for this code is MIT. Some stubs from LibGDX are licensed under Apache 2.0.

Download

Maven

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

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

Gradle

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

Versions

Version
0.7.1