-
Notifications
You must be signed in to change notification settings - Fork 113
Daan van Yperen edited this page Jul 31, 2015
·
3 revisions
Artemis ODB supports iOS via RoboVM, including full weaving support.
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>
Setting up iOS build process is involved. For a working example, see libgdx-artemis-quickstart.
- Overview
- Concepts
- Getting Started
- Using
- More guides
- Plugins
- Game Gallery
- Tools and Frameworks
- API reference