- A custom Render Dragon shader for minecraft bedrock edition make by CyberGangz Studio.
- Android (Including MacOS and Linux)
- iOS (Jailbreak only)
- Windows (soon)
- ngmvix2010 - Dựng build tool, source code, và nền tảng ban đầu cho shader
- JaggerFinn - Phát triển hiệu ứng phụ cho shader, và đòi nợ msbe (up link 99m) 💔✌️🐧
- congcq - Thêm phần hỗ trợ build cho iOS
sudo apt install git python3 python3-pip wget
sudo dnf install git python3 python3-pip wget
sudo pacman -S git python python-pip wget
On MacOS, you should use home brew to install these tool.
brew install git wget python
On Windows, open cmd or PowerShell and use winget.
winget install --id Git.Git -e --id Python.Python.3 -e --id GNU.Wget2 -e
pkg install git python3 python3-pip wget
For iOS environment, currently require jailbreak. Both rootful and rootless are supported:
-
Add CongChu's Repository to Sileo/Zebra
-
Find and install Terminal, git, wget and python3.12
-
Open Terminal, run:
sudo python -m ensurepip --upgrade
pip install rich lazurite toml
or
python -m pip install rich lazurite toml
pip install --break-system-packages rich lazurite toml
or
python -m pip install --break-system-packages rich lazurite toml
sudo pip install rich lazurite toml
or
sudo python -m pip install rich lazurite toml
For iOS rootless jailbreak, you must patch .so files of python modules (pyjson5, cpuid, raw_aes) from macOS to iOS by vtool to be executable:
sudo apt install vtool
export PYMP="/var/jb/usr/local/lib/python3.12/site-packages"
sudo vtool -arch arm64 -set-build-version 2 14.0 16.0 -replace -output $PYMP/pyjson5/pyjson5.cpython-312-darwin.so $PYMP/pyjson5/pyjson5.cpython-312-darwin.so
sudo vtool -arch arm64 -set-build-version 2 14.0 16.0 -replace -output $PYMP/Crypto/Util/_cpuid_c.abi3.so $PYMP/Crypto/Util/_cpuid_c.abi3.so
sudo vtool -arch arm64 -set-build-version 2 14.0 16.0 -replace -output $PYMP/Crypto/Cipher/_raw_aes.abi3.so $PYMP/Crypto/Cipher/_raw_aes.abi3.so
This build script only support Linux, MacOS, Android and iOS. Windows support soon.
- Linux
- MacOS
- Android
- iOS
./build.sh
./build.sh [OPTIONS]
"Options:"
" --setup Run setup env"
" --subpack [action] Run configuration script (e.g., create, remove, list)"
" --pack [platform] Run packaging script (e.g., android, ios)"
" --mats -m [material] -p [platform] -s [subpack] build material for platform (e.g., android, ios)"
" --help Show this help message"
./build.sh --help
./build.sh --setup
./build.sh --pack [platform]
./build.sh --build -m [material] -p [platform]
./build.sh --subpack create
./build.sh --subpack remove