VoxelDesc is a voxel editor driven by a command line, for Java 6 and later, with 2.5D graphics and powerful scripting.
Typical voxel editors would have you place every single voxel by clicking with the mouse, which is slow, repetitive and error-prone. All the tedium of Minecraft with none of the fun! By contrast, VoxelDesc allows you to say things like scene.color(red).from(-2, -2, -2).fill(4, 4, 4)
. This is not for everyone. But in the right hands, it should enable the creation of sophisticated scenes. See the included manual for details.
Download
VoxelDesc is open source under the Artistic License version 2. You can also get the source code on GitHub.
Change history
The 1st of November 2014 brings only a minor update: the key modifier for moving the camera is now Alt, because Ctrl was interfering with text selection on the command line. Also, I started filling in the last documentation files.
As of 09 Nov 2014, three GUI features are now available to scripts. You might find these useful for automating batch processing.
- opening files;
- loading scripts;
- exporting screenshots.
In addition, now you move the camera wit Alt and the arrows, instead of Ctrl -- the latter was interfering with text selection on the command line.
Lots of changes as of 25 Oct 2014:
- ability to export screenshots as PNG files;
- two advanced examples courtesy of Mark Burger;
- a button to toggle the canvas gridlines;
- nicer scripting console;
- minor doc fixes.
As of 23 Oct 2014, there are new operations (recolor and hollow), new and updated documentation and one more sample.
As of 18 Oct 2014, VoxelDesc has mouse support for moving the camera, and actually runs on Java 6 (big oops on my part).