Render Minecraft blocks and items to images and provided pre-rendered images too.
items is a project that render Minecraft blocks and items to image through python and opengl without open the game. items provided pre-rendered images on github which is you can using it but not now (cuz this project didn't finished yet).
Progressing list that this project was done.
- Blocks
- Block_items rendering
- Block_items white based rendering
- Block_entities rendering
- Items
- resized minecraft:item/generated
- colorized white based items
- rendered template based items
On Windows
pip install -r requirements.txt
python main.py --version {minecraft-version} --size {size-of-image}
On Linux ( Debian why? only debian
cuz I'm lazy to test it on other platforms )
pip install -r requiremetns.txt
apt-get install freeglut3-dev libgl1-mesa-dev git xvfb xorg-dev cmake
mkdir /build
git clone https://github.com/glfw/glfw.git /build/glfw
cd /build/glfw
cmake -DBUILD_SHARED_LIBS=ON .
make
export PYGLFW_LIBRARY=/build/glfw/src/libglfw.so
xvfb-run -a python main.py --version {minecraft-version} --size {size-of-image}
feel free to make a commit or pull request if you want to add or fix somethings.
Items IS NOT AN OFFICIAL MINECRAFT PRODUCT. NOT APPROVED BY OR ASSOCIATED WITH MOJANG STUDIOS.