This is the master repository for managing all Jzy3d optional extensions. It is both a maven and git super module.
- jzy3d-graphs : extends Gephi toolkit and Jzy3d with 3d graph layouts and a 3d graph charts.
- jzy3d-depthpeeling : an extension allowing visually perfect transparency
- jzy3d-svm-mapper : building tesselated surfaces out of a SVM regression model (also depends on jzy3d-tools-libsvm, a clone of libsvm of utility wrappers and refactors)
- jzy3d-g2d : a POC showing how to read projected geometries in order to render them with Java2d
These extensions are not part of this master repository and should be retrieved independently:
- jzy3d-javafx: a work in progress to study JavaFx
- glredbook: the famous Open GL Red Book examples ported to Java & JOGL2
To clone the master repository:
- git clone [email protected]:jzy3d/jzy3d-master.git
- cd jzy3d-master
- git submodule init
- git submodule update
To get/update children projects:
- ./git_pull (= git pull --rebase on each project)
To push change on multiple projects:
- ./git_commit (= git add ., git add -u, git commit -m [arg] on each project)
- ./git_push (= git push on each project)
- git add, commit, push on master
New BSD