Skip to content
Daan van Yperen edited this page Jul 31, 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/

Clone this wiki locally