Currently, the following components of Trevis are available as open source on GitHub:
Component | Dependencies | Description |
---|---|---|
trevis-core | - | Core classes (excluding UI) |
trevis-swing | trevis-core, util | UI classes (for Swing) |
trevis-examples | trevis-core, trevis-swing | Examples classes |
util | - | Utility classes (used by other components) |
Note that each component is organized as an Eclipse project. If you check all of them out into your Eclipse workspace, they should just build, and you should be able to run the Main classes in the trevis-examples project.
The above components are made available under the "Simplified BSD License". You may not use this software except in compliance with the License. See the COPYRIGHT files distributed with each component for information regarding copyright ownership.