DownloadsDocumentationCommunityGalleryExtensions

New features in 0.9.1

  • Available on Maven!
  • Newt canvas fully available, expected to outperform other canvas. Get it via AWTChartComponentFactory.chart("newt")
  • ChartComponentFactory, the new way to inject customized components
  • Remove AWT from core API. Let Windowing toolkit specific code appear in separated source folders or projects (awt, swing, swt)
  • Fixed bugs

Maven configuration

Maven dependency


<dependency>
    <groupId>org.jzy3d</groupId>
    <artifactId>jzy3d-api</artifactId>
    <version>0.9.1</version>
</dependency>

To use the latest snapshots:

<dependency>
    <groupId>org.jzy3d</groupId>
    <artifactId>jzy3d-api</artifactId>
    <version>0.9.2-SNAPSHOT</version>
</dependency>

Jzy3d maven repository


<repositories>
  <repository>
     <id>jzy3d-snapshots</id>
     <name>Jzy3d Snapshots</name>
     <url>http://maven.jzy3d.org/snapshots</url>
  </repository>
  <repository>
     <id>jzy3d-releases</id>
     <name>Jzy3d Snapshots</name>
     <url>http://maven.jzy3d.org/releases</url>
  </repository>
</repositories>

Repository is updated continuously thanks to Travis CI.

Current build status

Jzy3d in Maven Central Repository

Work in progress

Downloading the jars

You can download jars manually from the maven repository: In case you need some of the extensions:

Source code

Bindings:

Documentation

Tutorials

2.1.0
2.0.0
1.0.0
0.9.1
0.9.0
0.8.4