chore: rename remaining references to "mupen-lua-ugui" and modernize readme #53

Merged
abart27 merged 2 commits from remove-mupen-lua-mentions into main 2026-03-02 07:24:26 +00:00
abart27 commented 2026-03-01 21:40:00 +00:00 (Migrated from github.com)

Rename remaining references to "mupen-lua-ugui" and modernizes the README.

Rename remaining references to "mupen-lua-ugui" and modernizes the README.
copilot-pull-request-reviewer[bot] (Migrated from github.com) reviewed 2026-03-02 07:27:25 +00:00
copilot-pull-request-reviewer[bot] (Migrated from github.com) left a comment

Pull request overview

This PR finishes renaming remaining project references from mupen-lua-ugui to ugui and updates documentation/metadata URLs to point at the new GitHub location, along with a README rework.

Changes:

  • Updated in-code project metadata URLs to https://github.com/mupen64/ugui.
  • Refreshed README content and links to reflect the new project name and provide a clearer feature overview.
  • Removed the old demos.md document and made small formatting tweaks in tests/styling.

Reviewed changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
test/runner.lua Minor formatting cleanup in the test runner.
src/ugui/ugui.lua Updated _URL metadata to the new repository.
src/ugui/styler.lua Minor formatting changes plus updated doc wording from “mupen-lua-ugui” to “ugui”.
src/BreitbandGraphics/breitbandgraphics.lua Updated _URL metadata to the new repository.
demos.md Removed the old demos listing document.
README.md Modernized README structure, links, and feature documentation.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

## Pull request overview This PR finishes renaming remaining project references from `mupen-lua-ugui` to `ugui` and updates documentation/metadata URLs to point at the new GitHub location, along with a README rework. **Changes:** - Updated in-code project metadata URLs to `https://github.com/mupen64/ugui`. - Refreshed README content and links to reflect the new project name and provide a clearer feature overview. - Removed the old `demos.md` document and made small formatting tweaks in tests/styling. ### Reviewed changes Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment. <details> <summary>Show a summary per file</summary> | File | Description | | ---- | ----------- | | `test/runner.lua` | Minor formatting cleanup in the test runner. | | `src/ugui/ugui.lua` | Updated `_URL` metadata to the new repository. | | `src/ugui/styler.lua` | Minor formatting changes plus updated doc wording from “mupen-lua-ugui” to “ugui”. | | `src/BreitbandGraphics/breitbandgraphics.lua` | Updated `_URL` metadata to the new repository. | | `demos.md` | Removed the old demos listing document. | | `README.md` | Modernized README structure, links, and feature documentation. | </details> --- 💡 <a href="/mupen64/ugui/new/main?filename=.github/instructions/*.instructions.md" class="Link--inTextBlock" target="_blank" rel="noopener noreferrer">Add Copilot custom instructions</a> for smarter, more guided reviews. <a href="https://docs.github.com/en/copilot/customizing-copilot/adding-repository-custom-instructions-for-github-copilot" class="Link--inTextBlock" target="_blank" rel="noopener noreferrer">Learn how to get started</a>.
copilot-pull-request-reviewer[bot] (Migrated from github.com) commented 2026-03-02 07:27:25 +00:00

README.md currently contains a standalone "#" line, which renders as an empty H1 and makes the document structure look broken. Replace it with a real heading for the BreitbandGraphics section (or remove it and use a proper separator) so the Markdown renders cleanly.

## BreitbandGraphics  —  The rendering abstraction
README.md currently contains a standalone "#" line, which renders as an empty H1 and makes the document structure look broken. Replace it with a real heading for the BreitbandGraphics section (or remove it and use a proper separator) so the Markdown renders cleanly. ```suggestion ## BreitbandGraphics — The rendering abstraction ```
Sign in to join this conversation.
No description provided.