Elegantia
GUI library for Minecraft and more
Elegantia
<a href="https://modrinth.com/mod/fabric-api"> <img src="https://github.com/aratakileo/elegantia/blob/main/shared/badges/requires_fabric_api.png?raw=true" height="64" alt="Requires fabric API"/> </a>
<a href="https://modrinth.com/mod/modmenu"> <img src="https://github.com/aratakileo/elegantia/blob/main/shared/badges/supports_mod_menu.png?raw=true" height="64" alt="Supports Mod Menu"/> </a>
<a href="https://discord.gg/t5ZqftXG4b"> <img src="https://github.com/aratakileo/elegantia/blob/main/shared/badges/chat_with_us_on_discord.png?raw=true" height="64" alt="Chat with us on Discord"/> </a>
Elegantia
It is used in Araraki Leo mods. Contains tools: - GUI and graphics (widgets, drawers, drawables) - for textures - for resource packs - quick configuration - modrinth update checker - math interfaces - world utils - other utils
Getting started
Insert in `build.gradle`
```groovy repositories { maven { url = "https://api.modrinth.com/maven" } }
dependencies { modImplementation "maven.modrinth:elegantia:0.0.1+fabric-1.21" } ```
Insert in build.gradle.kts
```groovy repositories { maven("https://api.modrinth.com/maven") }
dependencies { modImplementation("maven.modrinth", "elegantia", "0.0.1+fabric-1.21") } ```
Page badges
You can place badges on your project page to improve the perception of the posted information, as well as to improve the appearance of the page:
<a href="https://modrinth.com/mod/elegantia"> <img src="https://github.com/aratakileo/elegantia/blob/main/shared/badges/requires_elegantia.png?raw=true" height="64" alt="Requires elegantia"/> </a>
```html <a href="https://modrinth.com/mod/elegantia"> <img src="https://github.com/aratakileo/elegantia/blob/main/shared/badges/requires_elegantia.svg?raw=true" height="64" alt="Requires elegantia"/> </a> ```
<a href="https://modrinth.com/mod/fabric-api"> <img src="https://github.com/aratakileo/elegantia/blob/main/shared/badges/requires_fabric_api.png?raw=true" height="64" alt="Requires fabric API"/> </a>
```html <a href="https://modrinth.com/mod/fabric-api"> <img src="https://github.com/aratakileo/elegantia/blob/main/shared/badges/requires_fabric_api.svg?raw=true" height="64" alt="Requires fabric API"/> </a> ```
<a href="https://modrinth.com/mod/rei"> <img src="https://github.com/aratakileo/elegantia/blob/main/shared/badges/supports_rei.png?raw=true" height="64" alt="Supports REI"/> </a>
```html <a href="https://modrinth.com/mod/rei"> <img src="https://github.com/aratakileo/elegantia/blob/main/shared/badges/supports_rei.svg?raw=true" height="64" alt="Supports REI"/> </a> ```
<a href="https://modrinth.com/mod/modmenu"> <img src="https://github.com/aratakileo/elegantia/blob/main/shared/badges/supports_mod_menu.png?raw=true" height="64" alt="Supports Mod Menu"/> </a>
```html <a href="https://modrinth.com/mod/modmenu"> <img src="https://github.com/aratakileo/elegantia/blob/main/shared/badges/supports_mod_menu.svg?raw=true" height="64" alt="Supports Mod Menu"/> </a> ```
<a href="https://discord.gg/t5ZqftXG4b"> <img src="https://github.com/aratakileo/elegantia/blob/main/shared/badges/chat_with_us_on_discord.png?raw=true" height="64" alt="Chat with us on Discord"/> </a>
```html <a href="Insert your discord invite here"> <img src="https://github.com/aratakileo/elegantia/blob/main/shared/badges/chat_with_us_on_discord.svg?raw=true" height="64" alt="Chat with us on Discord"/> </a> ```
for modrinth page replace `.svg` to `.png`