DownloadsDocumentationCommunityGalleryExtensions

Enterprise solutions

Jzy3d Enterprise SDKs provide out of the box solutions to hard 3d programming problems, avoiding to re-develop what has been done multiple time. We capitalize on multiple clients requirements to grow frameworks for software vendors that need advanced 3d charting without pain.

Licence is very flexible with no royaltee. We gladly share updates of each SDK to their users. There are lite versions for small budgets which come without source code.

SurfEdit

SurfEdit let you edit surface mesh using a mouse click and drag.

The surface is also presented in an excel-like table that is synchronized with drawing : table update when mesh is changed with mouse, surface updates when table cells are edited. The table has smart pair of column scroll and resize widgets to easily navigate on the 2d table-surface.

Read more ...

Polar

Polar helps drawing spheric data.

The toolkit provides dedicated sphere axis replacing traditional cube axis. Polar tesselation allows loading scan with increasing azimuth then elevation values. A dedicated polar dataset allows to easily make operations on the coordinates (arithmetic or conversions) .

Read more ...

Logarithm

Logarithm let you build 3d charts with log scale on any of the 3 axes.

The force of log scale in Jzy3d is that it may be applied to any kind of chart, as the principle of applying space scaling as been defined in the core API. Logarithm SDK provides dedicated axis, views, ordering strategies and colormaps suitable for clean logarithmic charts.

Read more ...

Ternary

Ternary helps drawing ternary charts.

The toolkit provides a dedicated ternary axis replacing traditional cube axis. The ternary surfaces are built using a dedicated data structure based on ternary statistics (which basically holds the three components and one variable that is used to define the Z value of a ternary point).

Read more ...

Envelope

Envelope allows building shape meshes out of unorganized input points.

Building surface or shape meshes assumes a particular point organization as input (e.g. orthonormal tesselator requires point to stand on a regulat grid in increading X and Y order).

When input points are not organized or scan logic is to complicated to implement in a tesselation algorithm, Envelope helps building the contour of a point cloud.

Contact us to get Envelope.

Intersect

Intersect allows processing the intersection of multiple 3d polygons.

This toolkit is usefull for processing intersection between two shapes. It can also be used to calculate the contour levels of a surface which has been defined out or arbitrary sampled point and which has no known formula.

Contact us to get Intersect.

Dual

Dual allows displaying two objects with different ranges in the same plot with a double X-Y-Z axis.

This toolkit is usefull for comparing 3d shapes having very different bounds and scale.

Contact us to get Dual.

 
 

Open source extensions

Open source extensions explore new usages and solutions for Jzy3d.

 

DepthPeeling

Depth peeling is an advanced rendering technic to better draw intersecting translucent objects.

This extension is a port of NVidia algorithms for Jzy3d. 4 depth peeling variations are implemented using GLSL shaders and fragments.

Read more ...

BigPicture

BigPicture provides few drivers to big data storage to help draw massive amount of points.

You don't have to care about resultset size : chart won't freeze with dataset size. Drawables use OpenGL Vertex Buffer Objects to load data in GPU once and render smoothly afterward.

Readers have been implemented for HBase, Hive and Spark.

Read more ...

Graphs

Graphs allows processing layouts of 3d graphs and draw them.

We derive Gephi Toolkit and simply add a dimension to most of the existing force based layouts (ForceAtlas3d, OpenOrd3d). Demonstrations show how the Gephi Toolkit is wrapped to simplify data binding between Jzy3d and Gephi.

Read more ...

Svm3D

Svm3D allows building a surface out of the regression of an input point cloud.

Support Vector Machine can process good surface regression of N-dimensional vectors. Svm3d estimates a surface from an input 3d scatter. The estimated surface minimize a global error to input training point.

This extension is based on the Java port of LibSVM which allows retrieving and drawing the model internal state.

Read more ...