jzy3d-api/jzy3d-native-jogl-awt
martin 3fc38bc645 Fixed TextRenderer memory leak 2022-11-29 16:10:44 +01:00
..
data/objfiles Use HTTPS URLs 2021-11-20 17:16:17 +01:00
src Fixed TextRenderer memory leak 2022-11-29 16:10:44 +01:00
README.md Use HTTPS URLs 2021-11-20 17:16:17 +01:00
license.txt Move JOGL specific to jogl-core 2020-10-24 09:54:57 +02:00
pom.xml [maven-release-plugin] prepare for next development iteration 2022-08-08 15:39:22 +02:00

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

  • jogl2
  • jdt (Java Delaunay Triangulation)
  • opencsv
  • log4j
  • junit

License

New BSD

More information

http://www.jzy3d.org