Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 858 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 858 Bytes

blaze

Information

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.

Community

We have a Discord server where you can track development progress, ask questions, or just hang out in.

Building

Additional Dependencies

  • Vulkan SDK
  • A c++ compiler and CMake (This is required to build the vulkan profiles library)
  • Gradle

Build instructions

  1. Compile all resources (shaders, fonts etc.) by running ./gradlew in the resources directory.
  2. Compile Blaze4D-core by running cargo build -r.