-
Given classpath:
```cp:C:\github\odb\artemis-odb-contrib\contrib-plugin-debug/../contrib-plugin-lifecycle-transplants/target/classes/``` (windows)
GraftAgent::parseArgs parses it as "C", caused by…
-
@junkdog mind releasing 2.3.0? Good to make the GDX and GWT bump available to the public. I've fixed all the regressions in odb-contrib 2.3.0 and ready for release on that end.
#### Version: 2.3.0-…
-
Artemis-odb wiki and examples go very in depth on all the optional features, obscuring the simple core functionality for beginners. This scares potential users away to more barebone frameworks.
###…
-
**as a** framework user
**I want to** log when and where entities are created or destroyed.
**So that** I can debug reference issues.
### Criteria (edit after discussion)
- **Debug plugin**
…
-
Is there a general process you want for updating the wiki?
I updated the serialization page. I know their are multiple ways of going it, but the methods listed did not work.
-
Hey!
Just wondering is there some system to execute at given interval but without entity aspect out of box?
What I want to achieve:
```
public class BattleSystem extends SomeSystem? {
Bat…
-
Small extension to DI. Alternatively we could integrate Dagger 2?
- [ ] DI initialization time entity subscriptions
```java
@all(chicken.class, enemy.class)
@exclude(exploding.class)
private …
-
Aspects provide limited matching with good performance but limited flexibility.
There might be a way to combine aspects, tags, groups etc into a more practical and unified grouping and searching f…
-
## Description
A `SuperclassComponentMapper` allows to get all components of the component type `
-
Authoritive server/client setup.
Leverage Artemis' design and make networking accessible out of the box for ecs/networking newbies. High level convention/annotation based networking of components, on…