-
Notifications
You must be signed in to change notification settings - Fork 112
Component Dependency Matrix
intrigus edited this page Jun 26, 2019
·
14 revisions
Generates an html report describing the relationship between systems, managers and components.
Currently not compatible with the Fluid Entity API.
<build>
<plugins>
<plugin>
<groupId>net.onedaybeard.artemis</groupId>
<artifactId>artemis-odb-maven-plugin</artifactId>
<version>${artemis.odb.version}</version>
<executions>
<execution>
<goals>
<goal>matrix</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
$ java -jar artemis-odb-cli-0.8.0.jar matrix \
-l "Naturally Selected 2D" \
-c ~/opt/dev/git/naturally-selected-2d/core/build/classes/ \
-o ~/opt/dev/git/junkdog.github.io/matrix-ns2d.html
- Overview
- Concepts
- Getting Started
- Using
- More guides
- Plugins
- Game Gallery
- Tools and Frameworks
- API reference