Skip to content
Adrian Papari edited this page Feb 20, 2015 · 3 revisions

iOS Support

Artemis ODB supports iOS via RoboVM, including full weaving support.

Factories

Artemis factories are not guaranteed to be picked up by roboVM. Force link your factories in robovm.xml

  <forceLinkClasses>
    <pattern>my.game.factories.**</pattern>
    ..
  </forceLinkClasses>

Example

Setting up iOS build process is involved. For a working example, see libgdx-artemis-quickstart.

https://github.com/DaanVanYperen/libgdx-artemis-quickstart/tree/develop

Clone this wiki locally