jzy3d-api/jzy3d-native-jogl-swt
Christoph Läubrich 4b8f2f14ca [jGL] support SWT as a native renderer for jGL #192
- split GL in generic and sepcial part
- add first basic support for SWT
2021-08-15 08:54:40 +02:00
..
src Clean 2021-05-02 20:35:54 +02:00
.gitignore initiate refactor 2020-10-19 01:00:45 +02:00
README.md initiate refactor 2020-10-19 01:00:45 +02:00
license.txt Move JOGL specific to jogl-core 2020-10-24 09:54:57 +02:00
pom.xml [jGL] support SWT as a native renderer for jGL #192 2021-08-15 08:54:40 +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