Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a java-library for rendering with a voxel-engine?

I'm interested if there are libraries in java, that render voxel-based sceneries? Open-Source is preferred, as always.

like image 922
Mnementh Avatar asked Feb 01 '09 13:02

Mnementh


1 Answers

There were some attempts to support Voxels with the now late J3D. Here are some examples

There was also a project from university of Iowa a few years ago, called VolumeJ, but that project is fairly old.

Finally, there were a recent academic survey about these frameworks, I am sure that there is a free PDF somewhere.

like image 85
Uri Avatar answered Oct 08 '22 06:10

Uri