Skip to content

chunky-dev/docs

Repository files navigation

Chunky logo

Chunky Manual

Chunky is a Minecraft rendering tool that uses Path Tracing to create realistic images of your Minecraft worlds. View the website here.

Contributing Guide

Contributors should read the contributing guide.

Build Instructions

This site uses mkdocs. Python version 3.5 or greater is required.

  • Step 1: Clone this repository.

  • Step 2: (optional) Set up a Python virtual environment.

  • Step 3: Install the required packages with pip by using the command, pip3 install -r requirements.txt.

  • Step 4: If running Windows, simply run "serve_stable.bat" or "serve_snapshot.bat", depending on the version of Chunky for which you want to serve documentation. Otherwise, change the working directory to "./ChunkyDocs".

  • Step 5: Serve the site for development by using the either the command, CHUNKY_VERSION=20406 python -m mkdocs serve, or the command, CHUNKY_VERSION=20500 python -m mkdocs serve, depending on the version of Chunky for which you want to serve documentation.

  • Step 6: Build a preview of the final site by using either the command, CHUNKY_VERSION=20406 python -m mkdocs build, or the command CHUNKY_VERSION=20500 python -m mkdocs build, depending on the version of Chunky for which you want to build documentation. On Windows, first run either the command, set CHUNKY_VERSION=20406, or the command, set CHUNKY_VERSION=20500, depending on the version of Chunky for which you want to build documentation. Then run the command, python -m mkdocs serve.

With Docker

If you don't have Python installed, you can also use Docker.

  • Serve the site for development by using the command, docker run --rm -it -p 8000:8000 -v ${PWD}/ChunkyDocs:/docs squidfunk/mkdocs-material.

  • Build a preview of the final site by using the command, docker run --rm -it -v ${PWD}/ChunkyDocs:/docs squidfunk/mkdocs-material build.

Versioning

Read the versioning guide.

Style Guide

Read the style guide.

License

Except where otherwise noted, the content of the Chunky Manual is available under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International license.