Chunky is a Minecraft mapping and rendering tool.
Quick links:
Chunky is Copyright (c) 2010-2013, Jesper Öqvist jesper@llbit.se
Permission to modify and redistribute is granted under the terms of the GPLv3 license. See the file license/LICENSE.txt for the full license.
Chunky uses the following 3rd party libraries:
There is an Apache Ant script provided with Chunky that can be used to build
the project. The default target will compile the code. To build a jar file use
the jar
or release
targets.
Chunky uses a lot of memory. In order to give Chunky extra memory to work with you can run Chunky from the command line with for example
java -Xmx4g -Xms512m -jar Chunky.jar
This will start with 512 MiB minimum heap size and 4 GiB maximum.
It is possible to render a scene from the command line. First set up a scene using the GUI. Don't forget to save the scene. Then run the following on the command line:
java -jar ~/Chunky/Chunky.jar -render SceneName.cvf
Where SceneName is the name of the scene to render. You can read more about headless rendering on the Wiki.
The standard Eclipse Java style is used, with slight modifications. If you want to contribute code to Chunky please make your code look similar to the rest of the code.
More information about Chunky, including a short getting started guide and rendering tips are available at the Chunky Wiki.