-
Something to check out, suspect the following calls may not behave as before/expected.
``` java
entity.deleteFromWorld();
if ( entity.isActive() ) { .. } -> returns true
```
``` java
entity.disable(…
-
I feel being left out :confused:
:stuck_out_tongue: So, how does this works exactly? For now I'm installing maven, 62Mb of additional package dependencies for a linux lib is way too big.
EDIT: dust…
-
It's funny to see how artemis-odb evolved in similar ways as our own version of it.
At some point we opted for ease-of-use and implemented dirty checks for adding & changing entities.
This eventuall…
-
@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 …
-
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…
-
https://github.com/junkdog/artemis-odb/issues/114
-
[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.…
-
Some code in artemis-odb-gwt use non gwt method/classes:
Errors in 'jar:file:/home/devnewton/.m2/repository/net/onedaybeard/artemis/artemis-odb-gwt/0.6.3/artemis-odb-gwt-0.6.3-sources.jar!/com/artemi…
ghost updated
10 years ago
-
Some visibility changes are making my GWT build fail. Which may or may not be caused by me possibly needing some more sleep.
```
[ERROR] Errors in 'E:\GitHub\arktrail\html\build\gwt\gen\com\artemis…
-
Dang you already did. Guess you can close this ticket. Good job!