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
- Although far from being fully documented, javadocs may help
- See the developer guide bundled with examples.
Tutorials
- Few tutorials are available on Github
- You may purchase the complete guide bundled with much more examples (see part of these examples in the gallery).
- OpenGL Redbook examples, the original C samples ported to Java by Kiet Le.
|
|