-
Notifications
You must be signed in to change notification settings - Fork 114
Module Overview
Daan van Yperen edited this page Aug 11, 2015
·
30 revisions
* [[GWT/HTML5|GWT]]
* [[iOS|iOS]]
* [[Desktop|GettingStarted]]
* [[Android|GettingStarted]]
ver | desktop/android | gwt | ios | |
---|---|---|---|---|
@Profile |
0.7.0 | ✓ | - | ✓ |
@PooledWeaver |
0.5.0 | ✓ | - | ✓ |
@PackedWeaver |
0.6.0 | ✓ | - | ✓ |
Optimized ES | 0.7.0 | ✓ | - | ✓ |
EntityFactory | 0.8.0 | ✓ | ✓ | ✓ |
CDM | 0.6.0 | ✓ | ✓ | ✓ |
Multi-World | 0.6.5 | ✓ | ✓ | ✓ |
Json Serialization | 0.11.0 | ✓ | - | untested |
? unknown, ✓ supported, - not supported
ver | cli | gradle | maven | |
---|---|---|---|---|
@Profile |
0.7.0 | ✓ | ✓ | ✓ |
@PooledWeaver |
0.5.0 | ✓ | ✓ | ✓ |
@PackedWeaver |
0.6.0 | ✓ | ✓ | ✓ |
Optimized ES | 0.7.0 | ✓ | ✓ | ✓ |
EntityFactory | 0.8.0 | N/A | ✓ | ✓ |
CDM | 0.6.0 | ✓ | ✓ | ✓ |
? unknown, ✓ supported, - not supported
Note: CLI tool only handles bytecode, the entity factories are created during compilation.
Only the artemis core module is required.
Module | Provides |
---|---|
artemis | [[Core functionality. |
artemis-gwt | [[Web platform support. |
artemis-maven | [[Maven matrix and weaver support |
artemis-gradle | [[Gradle matrix and weaver support |
artemis-json | Json serialization of world state. |
artemis-cli | [[Commandline matrix and weaver support |
artemis-processor | Annotation processor for generating [[Entity Factories |
artemis-weaver | [[(Internal) Bytecode weaver. |
artemis-test | (Internal) Integration tests. |
artemis-gwt-test | (Internal) GWT Integration tests. |
- Overview
- Concepts
- Getting Started
- Using
- More guides
- Plugins
- Game Gallery
- Tools and Frameworks
- API reference