-
Notifications
You must be signed in to change notification settings - Fork 14
Home
Gunnar edited this page Mar 19, 2026
·
10 revisions
The goal of viewportl is to make the creation of UIs easier and allow for more dynamic, complex, and truly custom UIs, that can be used without any additional client-side mods.
Viewportl introduces a UI framework build on the runtime of the already well-known Jetpack Compose, and adapts the system to the Minecraft UI.
How exactly viewportl is going to achieve this, is still being figured out. Currently, the focus is on adapting it to inventory-based UIs. They allow the server to present an interface to players, without requiring the players to download any client-side mod.
Pure Inventory-based UIs are quite limited due to their low-resolution grid, but present a good fallback for future systems and are a good test ground for the start.