• 1.0 b137987d79

    1.0 Stable

    Booklordofthedings released this 2024-06-30 17:08:30 +02:00 | 4 commits to main since this release

    The TheaterGui version 1.0 Release
    The first full version of this gui library, with most of the core features implemented.
    I will continue using this library for tools and continue developing it.
    It was a learning project so some things might be unoptimal.

    Components:

    • Screen: Container for all current other components
    • Container: Contains other components, can be used for layouting
    • ScrollableContainer: Like a container but with a max size. Can be scrolled if the contents are larger than its size
    • Toolbar: A standard toolbar with expandable options
    • Button: Simple button
    • LargeButton: A slightly larger button
    • IconButton: Square button that displays a sprite
    • NButton: Arbitrarily sized button
    • Checkbox: Normal checkbox with text next to it
    • Dropdown: Select from one of multiple options in a popup
    • Label: Displays text
    • Placeholder: Keeps a area from being filled
    • RadioButton: Select one out of several options
    • HSlider: Horizontal slider
    • VSlider: Vertical slider
    • NHSlider: Horizontal slider with a custom size
    • NVSLider: Vertical slider with a custom size
    Downloads