This commit is contained in:
Martin Pernollet 2021-05-09 01:45:18 +02:00
parent a8ede47d64
commit c88b52140f
2 changed files with 8 additions and 33 deletions

View File

@ -1,36 +1,12 @@
Jzy3d - Core
Jzy3d - Core AWT
================================
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.
## Javadoc schemas
Build files
--------------
- Maven: pom.xml, with dependency on parent artifact <a href="https://github.com/jzy3d/jzy3d-api">jzy3d-master</a>
- Eclipse: .project & .classpath files, generated by command "mvn eclipse:eclipse"
- Ant: build.xml
- Javadoc: javadoc.xml
### Colorbar
Library dependencies
--------------
- <a href="http://jogamp.org/jogl/www/">jogl2</a>
- <a href="https://github.com/jzy3d/jzy3d-api/tree/master/jzy3d-jdt-core">jdt</a> (Java Delaunay Triangulation)
- opencsv
- log4j
- junit
#### Layout
<img src="src/main/java/org/jzy3d/plot3d/rendering/legends/colorbars/doc-files/colorbar-layout.png"/>
License
--------------
New BSD
More information
--------------
http://www.jzy3d.org
#### Model
<img src="src/main/java/org/jzy3d/plot3d/rendering/legends/colorbars/doc-files/colorbar-object-model.png"/>

View File

@ -2,5 +2,4 @@ jzy3d-test-java9
================
This project holds a collection of integration tests and let them run them on Java 9
since it is a requirement for allowing HiDPI on computer that have HiDPI displays.
since it is a requirement for allowing HiDPI on computer that have HiDPI displays.