ducky lib

Quick rating

Community listing page, reviews here may not be monitored by the author.

ducky lib

By cokie1479Owner

No reviews yet

A gui lib and editor used in my other mods, api docs curently in development

Mod Loaders
Minecraft

About

Description

DuckyLib

A GUI lib with TOML-based layouts and an in-game editor.

What it adds

DuckyLib is a GUI framework i used in my mods. Design screens using TOML files or use the built-in visual editor.

Features

  • TOML-defined GUI layouts - Design screens declaratively without writing Java GUI code
  • Built-in widgets - Button, Label, TextField, Slider, Checkbox, Dropdown, Panel, ScrollPanel
  • Custom theme system - Hot-reloadable TOML themes for consistent styling across screens
  • In-game visual editor - Property panel and widget selector for live editing
  • Simple API - Load layouts and open screens with minimal code

Important Notes

  • This is a library mod. It provides no gameplay content on its own exept for the ui editor.
  • API documentation is currently in development.
  • Designed for use as a dependency in other Forge 1.20.1 mods.