Astrodactayl / Icarus

A GUI menu inspired by some CS:GO cheats, notably: GameSense/Skeet (but not an exact copy). Early development.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Icarus

rebranded from MineSenseUI

A simple and extremely lightweight Gui and config library for Minecraft Forge 1.8.9 modding heavily inspired by the GameSense/Skeet CS:GO cheat (not an exact copy). A fully working example mod using this library can be found at test.

Importing

Gradle

repositories {
    maven { url "https://repo.dreamys.studio/" }
}
dependencies {
    implementation "studio.dreamys:Icarus:$VERSION"
}

Replace $VERSION with any version from the repo.

Components

Some components have secondary constructors with default values.

  • Button
  • Checkbox
  • Choice
  • Color (coming soon)
  • Combo
  • Field
  • Group
  • Keybind
  • Slider
  • Page
  • Window

Extra

Lightweightness

  • Everything is created and stored on client init.
  • Everything is rendered using libraries present on runtime.
  • Small size, no extra-dependencies, no bloatware.

Menu (as of 09/02/2022) is fully functional:

icarus.gif

About

A GUI menu inspired by some CS:GO cheats, notably: GameSense/Skeet (but not an exact copy). Early development.


Languages

Language:Java 100.0%