feat: Next-Gen Aero glass UI overhaul#20
Closed
Copilot wants to merge 2 commits into
Closed
Conversation
- MeshGradientBackground: animated fluid gradient with album art colors - ParticleField: floating bubbles/light dust particle system - GlassPanel: frosted glass panel with blur, tint, and edge lighting - GlassButton: skeuomorphic glass/acrylic button with metallic sheen - GlowSlider: luminous slider with glowing water-drop handle - AlbumArtDisplay: holographic 3D album art with rotation and color extraction - ImmersiveLyrics: depth-based lyrics with focus/blur effects - Rewritten main.qml with parallax, spring physics, breathing UI - Added Qt5Compat.GraphicalEffects for blur/glow/shadow effects Co-authored-by: MollycodeX <114975977+MollycodeX@users.noreply.github.com> Agent-Logs-Url: https://github.com/MollycodeX/MSCPLAYER/sessions/d36ba381-7696-4ad0-8b15-d84c80ed2541
…litude, comment Co-authored-by: MollycodeX <114975977+MollycodeX@users.noreply.github.com> Agent-Logs-Url: https://github.com/MollycodeX/MSCPLAYER/sessions/d36ba381-7696-4ad0-8b15-d84c80ed2541
Copilot created this pull request from a session on behalf of
MollycodeX
March 26, 2026 13:31
View session
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Complete UI redesign replacing the flat Qt Quick Controls interface with a glassmorphism/Frutiger Aero aesthetic — physically-inspired materials, fluid animations, and reactive visuals.
New QML component architecture
ShaderEffectSource+FastBlurwith animated edge highlightsgetImageDataVisual system
Translate+SpringAnimation)Flickablewith elasticreboundfor spring-physics overscrollBuild changes
Core5CompatandShaderToolstofind_package(Qt6 ...)qml6-module-qt5compat-graphicaleffects(providesFastBlur,Glow,DropShadow,RectangularGlow,OpacityMask,RadialGradient)Preview
All existing functionality (dialogs, metadata, lyrics, playlist, i18n) preserved. Tests pass.