com.github.keith-turner:deriggy

Maintains a derived graph from multiple changing raw graphs


Licenses
Apache-2.0/libpng-2.0

Documentation

Deriggy

A simple prototype library, built on Apache Fluo, that maintains a derived graph created from multiple raw graphs. As the raw graphs change, the derived graph is updated. For an example of this library in action, see the Mixer project.

The API entry point for this library is Deriggy.

To depend on this project via Maven, add the following to your pom :

<dependency>
    <groupId>com.github.keith-turner</groupId>
    <artifactId>deriggy</artifactId>
    <version>1.0.0</version>
</dependency>