mirror of
https://github.com/gopher64/gopher64.git
synced 2026-04-25 06:55:58 +03:00
[PR #432] [MERGED] Use Slint for GUI #514
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/gopher64#514
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:slint📝 Commits (10+)
c0c27d6Use Slint for GUIefeadc8more477b7a6more8b49ce9moreb08c7c8moreb468b85more0bc068fmoree196dedmore62b1682moree0909b5more📊 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.