HomeJavaModsLumaris
Lumaris
ModsJava

Lumaris

by yoraudev · on Modrinth

A powerful Fabric rendering library offering clean 2D, 3D, and custom font rendering utilities. Designed to give developers a consistent, expressive…

⬇ Download on Modrinth

Lumaris

A lightweight Fabric rendering library for mod developers who want clean, reusable, and version-friendly UI/HUD rendering tools.

What Lumaris Does

Lumaris provides a canvas-style rendering API so you can draw overlays without writing repetitive low-level rendering code. It is designed as a library mod, not a gameplay/content mod.

Why You Might Want It

Core Features

Supported Minecraft Versions

Requirements

Quick Usage Example

CanvasRenderer.registerLayer("example.hud", order = 100) { ctx ->
    ctx.quad(12f, 12f, 140f, 30f, 0x99000000.toInt())
    ctx.text("Hello Lumaris", 18f, 20f, 0xFFFFFFFF.toInt(), scale = 1f, shadow = true)
}

Important Before Downloading

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more