-
http://stackoverflow.com/questions/25649442/how-do-i-use-custom-java-annotation-processor-in-gradle
Perhaps POC it in artemis-odb-contrib with an example gradle project.
-
Hi there!
Same problem once again. I try to install annotation processor by downloading it and configuring it exactly as on this Wiki page:
https://github.com/junkdog/artemis-odb/wiki/EntityFactory
I…
Namek updated
9 years ago
-
Method `World#deleteEntity(int entityId)` doesn't exist.
Same reasoning as in #233.
We can do `world.getEntity(entityId).deleteFromWorld()` but it smells to me.
Namek updated
9 years ago
-
I'm coding a client/server app with LibGdx and artemis-odb, where both client and server each keep an instance of World which is replicated/reconciliated between clients and server (server is authorit…
-
Tried adding some basic profiling unilaterally across all systems by extending World, but noticed a lot of the fields are currently private so can't really do that.
Could use ``@Profile`' but got a l…
-
Maybe we can add a little compatibility matrix for all the new finicky odb features, feeling a bit lost what is supported where!
-
Our benevolent overlord (ALL HAIL THE OCTOCAT) has noticed your efforts at delivering him 90 stars and has asked me to bring you his holy purr!
I must reveal to you your personally tailored and highl…
-
commandline/UI tool iterative scaffolding generator for:
- components + systems
- factories
@junkdog mused:
DSL-like configuration is too brittle, but an efficient UI could probably do the job + sug…
-
This could be you!
![lk](http://i.imgur.com/XM0tPcN.png)
-
Unless I missed it somewhere?