[PR #432] [MERGED] Use Slint for GUI #514

Closed
opened 2026-03-03 13:47:52 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/gopher64/gopher64/pull/432
Author: @loganmc10
Created: 6/25/2025
Status: Merged
Merged: 6/25/2025
Merged by: @loganmc10

Base: mainHead: slint


📝 Commits (10+)

📊 Changes

26 files changed (+5264 additions, -2101 deletions)

View changed files

📝 Cargo.lock (+2740 -491)
📝 Cargo.toml (+6 -3)
📝 build.rs (+3 -0)
📝 src/device.rs (+0 -1)
📝 src/device/controller/vru.rs (+1 -5)
📝 src/main.rs (+1 -40)
📝 src/ui.rs (+1 -5)
📝 src/ui/gui.rs (+393 -603)
src/ui/gui/about_page.slint (+58 -0)
src/ui/gui/appwindow.slint (+93 -0)
src/ui/gui/controller_page.slint (+256 -0)
src/ui/gui/gui_netplay.rs (+0 -947)
src/ui/gui/input_profile.slint (+45 -0)
src/ui/gui/localgame_page.slint (+39 -0)
src/ui/gui/netplay_create.slint (+114 -0)
src/ui/gui/netplay_join.slint (+129 -0)
src/ui/gui/netplay_page.slint (+63 -0)
src/ui/gui/netplay_wait.slint (+103 -0)
src/ui/gui/page.slint (+23 -0)
src/ui/gui/pages.slint (+5 -0)

...and 6 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/gopher64/gopher64/pull/432 **Author:** [@loganmc10](https://github.com/loganmc10) **Created:** 6/25/2025 **Status:** ✅ Merged **Merged:** 6/25/2025 **Merged by:** [@loganmc10](https://github.com/loganmc10) **Base:** `main` ← **Head:** `slint` --- ### 📝 Commits (10+) - [`c0c27d6`](https://github.com/gopher64/gopher64/commit/c0c27d60a9f82941399d225587f275d2ec81e9cf) Use Slint for GUI - [`efeadc8`](https://github.com/gopher64/gopher64/commit/efeadc88a2c10b41051a29610c95261e8ae1f4af) more - [`477b7a6`](https://github.com/gopher64/gopher64/commit/477b7a666380cb078faa55b2403f3b6254f56789) more - [`8b49ce9`](https://github.com/gopher64/gopher64/commit/8b49ce9a2490a0ee32af649a7f8b8e09de3120a9) more - [`b08c7c8`](https://github.com/gopher64/gopher64/commit/b08c7c8e4d644938df70aed4de8b852c264ffd48) more - [`b468b85`](https://github.com/gopher64/gopher64/commit/b468b8557c34fe5cdca530a7e126774ed144488c) more - [`0bc068f`](https://github.com/gopher64/gopher64/commit/0bc068f0d33ce2546d42e0fe25cbf91c4a27f972) more - [`e196ded`](https://github.com/gopher64/gopher64/commit/e196ded5b8ad907972b266dfe75e1763097a0abb) more - [`62b1682`](https://github.com/gopher64/gopher64/commit/62b1682a34369b074c34b531def031dcf4881133) more - [`e0909b5`](https://github.com/gopher64/gopher64/commit/e0909b5a6177fdb24d56687467ece54d35120e02) more ### 📊 Changes **26 files changed** (+5264 additions, -2101 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+2740 -491) 📝 `Cargo.toml` (+6 -3) 📝 `build.rs` (+3 -0) 📝 `src/device.rs` (+0 -1) 📝 `src/device/controller/vru.rs` (+1 -5) 📝 `src/main.rs` (+1 -40) 📝 `src/ui.rs` (+1 -5) 📝 `src/ui/gui.rs` (+393 -603) ➕ `src/ui/gui/about_page.slint` (+58 -0) ➕ `src/ui/gui/appwindow.slint` (+93 -0) ➕ `src/ui/gui/controller_page.slint` (+256 -0) ➖ `src/ui/gui/gui_netplay.rs` (+0 -947) ➕ `src/ui/gui/input_profile.slint` (+45 -0) ➕ `src/ui/gui/localgame_page.slint` (+39 -0) ➕ `src/ui/gui/netplay_create.slint` (+114 -0) ➕ `src/ui/gui/netplay_join.slint` (+129 -0) ➕ `src/ui/gui/netplay_page.slint` (+63 -0) ➕ `src/ui/gui/netplay_wait.slint` (+103 -0) ➕ `src/ui/gui/page.slint` (+23 -0) ➕ `src/ui/gui/pages.slint` (+5 -0) _...and 6 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 13:47:52 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/gopher64#514
No description provided.