{"id":43571423,"url":"https://github.com/mupen64/ugui","last_synced_at":"2026-02-03T22:15:58.003Z","repository":{"id":170724286,"uuid":"646913134","full_name":"mupen64/ugui","owner":"mupen64","description":"Flexible immediate-mode Lua GUI library","archived":false,"fork":false,"pushed_at":"2026-02-01T11:23:32.000Z","size":3350,"stargazers_count":6,"open_issues_count":10,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-01T21:04:55.816Z","etag":null,"topics":["gui-library","lua"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mupen64.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-05-29T16:17:19.000Z","updated_at":"2025-11-24T21:00:23.000Z","dependencies_parsed_at":"2024-04-18T16:48:34.627Z","dependency_job_id":"9a168883-2f85-464c-af4f-9a600d675279","html_url":"https://github.com/mupen64/ugui","commit_stats":null,"previous_names":["aurumaker72/mupen-lua-ugui","mupen64/ugui"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/mupen64/ugui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mupen64%2Fugui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mupen64%2Fugui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mupen64%2Fugui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mupen64%2Fugui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mupen64","download_url":"https://codeload.github.com/mupen64/ugui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mupen64%2Fugui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29059501,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T20:13:53.544Z","status":"ssl_error","status_checked_at":"2026-02-03T20:13:40.507Z","response_time":96,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gui-library","lua"],"created_at":"2026-02-03T22:15:57.331Z","updated_at":"2026-02-03T22:15:57.998Z","avatar_url":"https://github.com/mupen64.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg width=\"128\" align=\"center\" src=\"https://github.com/Aurumaker72/mupen-lua-ugui/blob/main/assets/ugui.png?raw=true\"\u003e\n\u003c/p\u003e\n\n\n\u003ch1 align=\"center\"\u003e\n  ugui\n\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n  Flexible immediate-mode GUI library for Lua\n\u003c/p\u003e\n\n# 🚀 Quickstart\n\n```lua\n---@module \"mupen-lua-ugui\"\nugui = dofile('mupen-lua-ugui.lua')\n```\n\nThat's it. Don't forget to pass an absolute path, not a relative one.\n\nRead the [demo scripts](https://github.com/Aurumaker72/mupen-lua-ugui/tree/main/demos) and function documentation for usage information.\n\n# 📈 Advantages\n\n- Easy Usage\n  - Immediate-mode control spawning API\n- Flexible\n  - Add or extend controls\n  - Add or extend stylers\n  - Mock subsystems\n- Host-authoritative\n  - Invokable anytime and anywhere\n  - No global pollution - only necessary components are exposed as tables\n- Fast\n  - Shallow callstacks\n  - Reduced indirection\n  - Controls optimized for large datasets\n\n# ✨ Features\n\n\u003cimg width=\"28\" align=\"left\" src=\"https://github.com/Aurumaker72/mupen-lua-ugui/blob/main/assets/ugui.png?raw=true\"\u003e\n\nmupen-lua-ugui  —  The base library\n\n- Stylers\n  - Windows 10 (built-in)\n- Flexibility\n  - Modify any part of the framework to your liking\n- User Productivity\n  - Controls behave like Windows controls, ensuring consistency\n- Button\n- TextBox\n  - Full-fledged selection and editing system\n- ToggleButton\n- CarrouselButton\n- Joystick\n  - Adjustable magnitude circle \n- TrackBar\n  - Automatic layout adjustement based on size ratio \n- ComboBox\n- ListBox\n  - Scrolling support\n  - Unlimited items with no performance degradation\n- Scrollbar\n- Menu\n  - Unlimited child items and tree depth\n  - Checkable items\n- Single-Pass Layout System\n- StackPanel\n  - Horizontal/Vertical stacking\n  - Element gap size\n- Spinner\n- NumberBox\n- TabControl\n\n\u003cimg width=\"28\" align=\"left\" src=\"https://github.com/Aurumaker72/mupen-lua-ugui/blob/main/assets/ugui-ext.png?raw=true\"\u003e\n\nmupen-lua-ugui-ext  —  Extensions and advanced features\n\n- Performance\n  - Graphics caching extension\n- Stylers\n  - Nineslice (built-in)\n\n\u003cimg width=\"28\" align=\"left\" src=\"https://github.com/Aurumaker72/mupen-lua-ugui/blob/main/assets/breitbandgraphics.png?raw=true\"\u003e\n\nBreitbandGraphics  —  ugui's rendering core\n\n- Powerful abstraction layer over Mupen Lua drawing APIs\n- Maximized usability\n  - Stable API surface\n- Helpful utilities\n  - Hexadecimal color conversion\n  - Standard color tables\n- Low overhead\n\n## 🧩 Porting\n\n### To mupen-lua-ugui\n\nPorting a script to `mupen-lua-ugui` requires an understanding of the library's usage, achieved by reading the demos and comment docs.\nFor help, post an issue in this repository.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmupen64%2Fugui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmupen64%2Fugui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmupen64%2Fugui/lists"}