junkdog / artemis-odb

A continuation of the popular Artemis ECS framework
BSD 2-Clause "Simplified" License
779 stars 112 forks source link

[weaving] Android/IOS support? #178

Closed DaanVanYperen closed 9 years ago

DaanVanYperen commented 10 years ago

Clarify android/robovm support for weaving.

DaanVanYperen commented 10 years ago
Weaving Feature Desktop IOS HTML5 ANDROID
@PackedWeaver X ? - ?
@PooledWeaver X ? - ?
@Profile X ? - ?
Optimizing Entity Systems X ? - ?
junkdog commented 10 years ago

Gah, need to create a few APK:s based off the benchmarks, probably restricting them to: 0.7.0 + fast, ashley 1.2.0 and gdx-artemis 0.5.0.

DaanVanYperen commented 10 years ago

I wish libgdx+gradle+android+ios wasn't such a pain on my IDE (IntJ), it just locks up for minutes while it tries to sync the gradle project. Without android+ios? 3 seconds. :p

junkdog commented 10 years ago

Can you compile iOS builds?

I usually keep the annoying modules closed; html, android - only open when needed.

DaanVanYperen commented 10 years ago

Never compiled for IOS. It's just part of my gradle libgdx projects.

DaanVanYperen commented 9 years ago

duplicate of https://github.com/junkdog/artemis-odb/issues/200