• v0.5.0 0d91c554c6

    zedshaw released this 2025-07-23 16:53:03 +00:00 | 6 commits to main since this release

    Changed Textual to Text, then got rid of everythign that is replaced with a working = centering system.

    Downloads
  • v0.4.0 e128de3244

    zedshaw released this 2025-07-22 17:10:40 +00:00 | 13 commits to main since this release

    This changes up the backend API so that it makes more sense, adds the guecs::Icon class for icons, and fixes the bug where Sprites get chopped.

    1. Backend now uses get_icon, get_sprite, and get_shader.
    2. Icon is just Sprite that doesn't resize. It'll get more Icon related features later.
    3. Sprites had a bug where they'd get chopped if something else changes the TextureRect of the source sprite. This was because I just grabbed the source sprite texture rect instead of making a new one based on SpriteTexture.frame_size.

    Try it and email me if you have problems help@learncodethehardway.com.

    Downloads