
Overseer UI
A very, VERY simple GUI/HUD wrapper library around ImGUI-Java and ImGUI-MC
- Загрузки
- 410
- Подписчики
- 8
- Обновлён
- 6 февраля 2025 г.
- Лицензия
- MIT
Опубликован 4 февраля 2025 г.
Overseer UI
A very, VERY simple UI wrapper library around ImGUI-java migrated from ImGUI-MC to Forge 1.20.1.
Using as a Dependency
Add JitPack repository:
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
implementation 'com.github.Type-32:OverseerUI:Version-Tag'
}
Or implement based on nightly commits:
dependencies {
implementation 'com.github.Type-32:OverseerUI:dev-SNAPSHOT'
}
Examples of implementation: https://github.com/Type-32/OverseerUI/tree/dev/src/main/java/cn/crtlprototypestudios/ovsr/client/api/example
Ченджлог
0.1.2-release.f3Релиз1.20.1 · 6 февраля 2025 г.
- fixing some client side issues
0.1.1-release.f1Релиз1.20.1 · 5 февраля 2025 г.
- Added flag operations on overseer screen
0.1.0-release-26Релиз1.20.1 · 4 февраля 2025 г.
- Basic functions
Комментарии
Загружаем…