Metadata-Version: 2.1
Name: lazurite
Version: 0.1.0
Summary: Unofficial shader development tool for Minecraft: Bedrock Edition with RenderDragon graphics engine
Author: veka0
Project-URL: Documentation, https://github.com/veka0/lazurite
Project-URL: Repository, https://github.com/veka0/lazurite
Keywords: shader,minecraft,bedrock,renderdragon
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: Android
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Compilers
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyjson5
Requires-Dist: myers
Requires-Dist: pcpp
Requires-Dist: pycryptodome
Requires-Dist: sympy

# Lazurite

Unofficial shader development tool for Minecraft: Bedrock Edition with RenderDragon graphics engine, which focuses on intuitive use and powerful features.

## Installation

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

Official python installation page: <https://www.python.org/downloads/>

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

```sh
pip install lazurite
```

or

```sh
python -m pip install lazurite
```

## Next steps

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