If you need/want C-style preprocessor macro support in a Java project, then try Prebop. Prebop uses Ant and provides a plugin for Eclipse. Here’s a good explanation of the necessary steps to setup a build script within Eclipse.
Jul 19
Jzy3d stands for Java Easy 3d, and allows a rapid display of 3d scientific data. Users can define z=f(x,y) functions binded to (customizable) colormaps, as well as rendering predefined simple 3d shapes programmaticaly or from csv files. Several strategies can be applied to generate surface, such as a Delaunay tesselation that let you build a surface from unknown structured datasets.
The API has been written with the goal to hide the burden of working with OpenGL, 3d polygon ordering and transparency management. Jzy3d replies to the need of a simple tool like plot3d in Matlab and let the user concentrate on its data rather than UI programming.
It’s open-source (BSD license), fast and easy to use – fabulous library!
