Skip to content

Comments

Move GUI stuff to its own package#10

Merged
OpenSauce merged 1 commit intomainfrom
create-gui-package
May 29, 2025
Merged

Move GUI stuff to its own package#10
OpenSauce merged 1 commit intomainfrom
create-gui-package

Conversation

@OpenSauce
Copy link
Owner

No description provided.

Copilot AI review requested due to automatic review settings May 29, 2025 22:48
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR moves GUI-related code into its own package, better separating the presentation layer from core application logic.

  • Introduces a new GUI module in src/lib.rs.
  • Adds a dedicated module (src/gui/mod.rs) that registers the GUI sub-module.
  • Implements the amplifier GUI in src/gui/amp.rs.

Reviewed Changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.

File Description
src/lib.rs Adds a new public GUI module
src/gui/mod.rs Registers the amp sub-module within the GUI
src/gui/amp.rs Implements the Amplifier GUI logic using iced

@OpenSauce OpenSauce merged commit d865fbd into main May 29, 2025
2 checks passed
@OpenSauce OpenSauce deleted the create-gui-package branch May 29, 2025 22:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant