mirror of https://github.com/rusefi/jzy3d-api.git
5e805bd021 | ||
---|---|---|
.. | ||
src | ||
README.md | ||
license.txt | ||
pom.xml |
README.md
Jzy3d - Core
Project layout
Source folders organisation:
- api holds the API sources
- bridge holds classes to ease injection of components from a given windowing toolkit to another one (awt, swing, swt, newt)
- tests holds
- ChartTest, a tool to compare a chart with a previously saved screenshot
- Replay, a utility to record and validate a sequence of mouse and key interactions results on a chart (work in progress)
- awt and swing hold Windowing toolkit dependent classes.
- Will be moved soon to external module as jzy3d-swt.
Build files
- Maven: pom.xml, with dependency on parent artifact jzy3d-master
- Eclipse: .project & .classpath files, generated by command "mvn eclipse:eclipse"
- Ant: build.xml
- Javadoc: javadoc.xml
Library dependencies
License
New BSD