Blaze4D is a Fabric mod that changes Minecraft's rendering engine to use the Vulkan Graphics Library, it is currently in Early Development and is NOT intended for use by the faint-hearted.
This repository is the rust core which performs all render work.
We have a Discord server where you can track development progress, ask questions, or just hang out in.
- Vulkan SDK
- A c++ compiler and CMake (This is required to build the vulkan profiles library)
- Gradle
- Compile all resources (shaders, fonts etc.) by running
./gradlew
in theresources
directory. - Compile Blaze4D-core by running
cargo build -r
.