You are viewing a potentially older version of this package. View all versions.
erumi321-UILibrary-0.2.1 icon

UILibrary

Library for other mods to use that handles more complex UI elements

Date uploaded 2 years ago
Version 0.2.1
Download link erumi321-UILibrary-0.2.1.zip
Downloads 681
Dependency string erumi321-UILibrary-0.2.1

This mod requires the following mods to function

Hell2Modding-Hell2Modding-1.0.48 icon
Hell2Modding-Hell2Modding

Lua Mod Loader for Hades 2

Preferred version: 1.0.48
SGG_Modding-ENVY-1.1.0 icon
SGG_Modding-ENVY

A plugin to allow ReturnOfModding plugins greater control of their environment.

Preferred version: 1.1.0
SGG_Modding-Chalk-2.1.1 icon
SGG_Modding-Chalk

System for handling config files in ReturnOfModding

Preferred version: 2.1.1
SGG_Modding-ReLoad-1.0.2 icon
SGG_Modding-ReLoad

Provides helpers for managing hot reloading and waiting for the right time to load

Preferred version: 1.0.2
SGG_Modding-SJSON-1.0.0 icon
SGG_Modding-SJSON

A plugin for handling .sjson files in ReturnOfModding.

Preferred version: 1.0.0
SGG_Modding-ModUtil-4.0.0 icon
SGG_Modding-ModUtil

Utility mod for mod interactions within lua for SGG's games

Preferred version: 4.0.0

README

Hades 2 Ui Library

Hades II library to allow other mods to easily create more complex UI elements.

See Getting Started

Features

Planned

  • On-screen keyboard w/ Text fields
  • Sliders (we can query mouse coors with h2m)
  • Sub-menus
  • Pages (view pony menu)
  • Confirm Dialog

CHANGELOG

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

0.2.1 - 2024-10-26

Fixed

  • GUI Animations path for Patch 6

0.2.0 - 2024-06-17

Added

  • Scrolling Lists

Changed

  • Class system for components rather then static methods

0.1.0 - 2024-06-10

Added

  • Radial Menus
  • Dropdowns
  • Radio Buttons