Skip to content

ThinkingStudios/LibGuiFoxified

 
 

Repository files navigation

LibGuiFoxified

Hosted By: Cloudsmith

LibGui unofficial (Neo)Forge port.

Minecraft GUIs without spending forever painstakingly aligning things to the background image. Instead, LibGui takes a logical description of your GUI, and draws it on-the-fly like any modern GUI system. Controls can be hung on an itemslot grid or offset from it. Panel styles, colors, and opacity can be customized, and everything can be extended.

Dev Setup

This is how to get LibGuiFoxified into your development environment:

  1. Add the CloudSmith repository:
repositories {
    maven {
        name = "CloudSmith"
        url = "https://dl.cloudsmith.io/public/thinkingstudio/libguifoxified/maven/"
    }
}

Note: This is not the same repositories as the one in publishing! You have to add the repository to a top-level repositories block.

  1. Add the dependency, replacing with your desired LibGuiFoxified version:
dependencies {
	modImplementation include("org.thinkingstudio:LibGuiFoxified:<version>")
}

The include makes Loom bundle LibGuiFoxified within your mod jar.

Docs

See the LibGui wiki

And for code examples:

About

LibGui unofficial NeoForge port. Buttons & Co

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.7%
  • GLSL 0.3%