Описание
A GUI lib powered by kotlin DSL. It's designed to support all minecraft versions and loaders.
docs:[docs](https://2894638479.github.io/KotlinMCUI/)
Good binary compatibility
* In a single jar.
* Independent from minecraft and loader.
* Has a cross-platform entrypoint.
* Compatibility is guaranteed by the backend.
Supported features:
* declarative, responsive layout
* simple syntax
* vanilla ui style
* contexed scaling
* keyboard operation
* narrator
* tooltip
* focus, hover
* local variables
* interpolated animation
* text translation
* components:
* `Row`、`Column`、`Box`
* `Button`
* `Slider`
* `Container`、`Slot`、`Item`
* `EditableText`
* `Row`
* `Column`
* `LazyColumn`
* Text
* `TextAutoFold`
* `EditableText`
* font size, color
* italic, bold, shadowed, underlined…
* Image
* local file images
* resource images
* nineslice render
* …