artemis-odb-entity-tracker
artemis-odb-entity-tracker copied to clipboard
:game_die: Visual Entity Tracker for ECS library: artemis-odb
Bumps [junit](https://github.com/junit-team/junit4) from 4.11 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...
I'm getting this error when trying to run the tracker on artemis-odb 2.3.0. Happens with and without using gui (`new EntityTrackerMainWindow()`) Stack trace: ``` Exception in thread "main" com.badlogic.gdx.utils.GdxRuntimeException: java.lang.NoSuchMethodError:...
When world.dispose() is called should close the EntityTrackerMainWindow. I think entityTrackerMainWindow.disconnected() shold be called too. ```JAVA EntityTracker { ... @Override public void disposed() { updateListener.disposed(); } } WorldUpdateListener { ......
It's possible synchronize attribute values of component in window in every in update? Because if window is opened and the game update value of component attribute, the value in window...
Given: Component with Field1 of non-primitive type Expected: String.valueOf(Field1) is invoked and this result is displayed (read-only) in Component-Details-View for Field1 Actual: 'reference' text is displayed for Field1 
STR: 1. launch Entity Tracker GUI 2. launch game 3. exit game 4. launch game again 