-
Found something that might tickle your fancy!
Got a GWT unit testing module in the dev branch of odb-contrib working, with an example artemis test case.
https://github.com/DaanVanYperen/artemis-odb-c…
-
-
Edit: Ported subjects to wiki, strikethrough completed questions, collated and simplified remaining questions.
How can I / best practices for:
- Converting OOP game into ECS
- Why does isActive retur…
-
Can't seem to find a license for artemis-odb, just the LibGDX one. Am I overlooking something?
Just doublechecking if CC0 for artemis-odb-contrib is possible, given the license.
-
@snorrees wrote (#104):
What is the best way to dynamically parameterize an archtype, would you say? EntityFactory is too explicit for my usecase in that it requires one class per entity-type.
What …
-
#### New core interface:
Remains pretty much the same, except for overloaded group:s.
``` java
public interface EntityFactory {
EntityFactory copy(); // create a new EntityFactor based on this
…
-
I recently ran some [benchmarks comparing various ECS implemenations](https://github.com/junkdog/entity-system-benchmarks) - the gdx-artemis entity insertion and removal was surprisingly good; turns o…
-
- EntityFactory
- Un/marshall entities
-
Could you please provide a more detailed explanation for just how to use `@Wire`, at least with non-Artemis classes?
-
[gdx-artemis](https://github.com/apotapov/gdx-artemis) has some stuff that `artemis-odb` doesn't, notably an event system. The reverse is true, too. Difference is, artemis-odb is actively developed.…