Data Driven GUIs

A library to make making GUIs easier using xml & json files.

274

Data Driven GUIs

Data Driven GUIs

<p> <a href="https://modrinth.com/mod/ddg"> <img alt="Modrinth" height="48" src="https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy-minimal/available/modrinth_vector.svg" /> </a> <a href="https://www.curseforge.com/minecraft/mc-mods/ddg" rel="nofollow"> <img alt="CurseForge" height="48" src="https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy-minimal/available/curseforge_vector.svg"/> </a> <a href="https://github.com/TheClashFruit/DataDrivenGUIs"> <img alt="GitHub" height="48" src="https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy-minimal/available/github_vector.svg" /> </a> <a href="https://discord.gg/CWEApqJ6rc"> <img alt="Discord" height="48" src="https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy-minimal/social/discord-singular_vector.svg"> </a> </p>

A library to make making GUIs easier using xml & json files.

This mod mainly aims to make making GUIs as painless as possible, but with this it also allows resource packs to modify GUIs or even create new ones. The mod however doesn't allow the modification of the default GUIs in Minecraft.

Features

* Java API: Write your GUIs like you would a web page. * Java API: Make buttons do actions. * Java API: No web rendering shenanigans. * Java API: An easy to use api to extend the mod's functionality.

> Note: This mod is both a library and a standalone mod, you can just install it and use the built-in functionalities or extend it with even more features.

Usage

For Users

You just need to install this mod if a mod depends on it or a server requires you to do so.

For Developers

It's a straight forward proceess to depend on this mod, and you can learn more at https://docs.theclashfruit.me/ddg.

ADS