lazurite

Unofficial shader development tool for Minecraft: Bedrock Edition with RenderDragon graphics engine


Keywords
shader, minecraft, bedrock, renderdragon
License
GPL-3.0
Install
pip install lazurite==0.2.1

Documentation

Lazurite

Unofficial shader development tool for Minecraft: Bedrock Edition with RenderDragon graphics engine.

Documentation: https://veka0.github.io/lazurite

PyPi page: https://pypi.org/project/lazurite

Installation

Lazurite requires to have Python 3.10+ installed, but 3.12 is recommended.

Official python installation page: https://www.python.org/downloads. Windows users are recommended to install Python from Microsoft Store.

After installing python, you can install lazurite package from pypi repository, with a command

pip install lazurite

or

python -m pip install lazurite

You can also install lazurite with optional GLSL validation capability, with

pip install lazurite[opengl]

Next steps

Read the documentation here https://veka0.github.io/lazurite