MenuWaves is a stunning animated menu bar application designed exclusively for Apple Silicon Macs. It brings beautiful wave animations, galaxy backgrounds, and dynamic visual effects directly to your macOS menu bar, creating an immersive and responsive user experience. And moreover, this is an app that have a countdown clock to the World 3 Event
- Smooth wave rendering with customizable amplitude and frequency
- Motion blur effects for professional-grade visual quality
- Gradient colors that change dynamically over time
- Sparkle effects and animated stars
- 30-second animation cycles with seamless transitions
- Smart charging detection - automatically responds when your Mac is plugged in
- Green wave effect that flows across the menu bar when charging begins
- Real-time battery monitoring with visual feedback
- Twinkling stars that move and breathe with the animation
- Floating particles with motion blur trails
- Ripple effects that appear randomly across the galaxy
- Depth and atmosphere for an immersive experience
- "Thanh Solar NEXT" with stunning gradient effects
- Flip transitions to countdown display
- Live countdown to January 1, 2050
- Smooth scaling and bounce effects
- Customizable visibility - option to hide from Dock
- Right-click context menu with quick actions
- Quit option with proper cleanup
- 200px dynamic width for optimal display
- macOS 12.0+ (Monterey or later)
- Apple Silicon Mac (M1, M2, M3 series)
- Xcode 14.0+ for building from source
- Clone the repository:
git clone https://github.com/congnghetinhtu/MenuWaves.git
cd MenuWaves- Open the project in Xcode:
open menuWaves.xcodeproj- Select your development team and bundle identifier
- Build and run the project (⌘+R)
- Build the app in Release mode
- Copy
MenuWaves.appto your/Applicationsfolder - Launch the app - it will appear in your menu bar
- Right-click the menu bar icon for options
Managers
MenuBarManager- Handles menu bar integration and user interactionsBatteryMonitor- Monitors charging state with real-time updates
Controllers
EffectController- Orchestrates the entire animation pipeline
Animators
WaveAnimator- Creates fluid wave animations with physics-based movementAllyAnimator- Manages text animations and countdown displays
Renderers
GalaxyRenderer- Renders background galaxy with particles and effects
Helpers
DrawingHelpers- Core Graphics utilities for rendering all visual elements
- 60fps refresh rate for buttery smooth animations
- Delegation pattern for clean component communication
- Timer-based animation system with proper lifecycle management
- Motion blur rendering using multiple drawing layers
- Memory-efficient with automatic cleanup and weak references
MenuWaves is optimized specifically for Apple Silicon, taking advantage of:
- Metal Performance Shaders for GPU-accelerated rendering
- Unified memory architecture for efficient graphics operations
- Energy-efficient animation with intelligent frame pacing
- Minimal CPU impact - designed to run continuously without affecting system performance
Once installed, MenuWaves runs automatically in your menu bar. The animation cycle includes:
- Wave Phase (30 seconds) - Continuous wave animation with galaxy background
- Transition Phase (2 seconds) - Wave reverses as text appears
- Text Phase (12 seconds) - "Thanh Solar NEXT" with gradient effects
- Countdown Phase (countdown to 2050)
- Reset - Cycle begins again
- Right-click the menu bar icon for options
- "Hide from Dock" - Toggle app visibility in Dock
- "Quit" - Cleanly exit the application
When you plug in your MacBook:
- A green wave effect automatically flows across the menu bar
- The effect lasts for 2 seconds and seamlessly integrates with existing animations
- No user interaction required - it's completely automatic
menuWaves/
├── menuWavesApp.swift # Main app entry point
├── ContentView.swift # SwiftUI views
├── Managers/ # Core system managers
│ ├── MenuBarManager.swift
│ └── BatteryMonitor.swift
├── Controllers/ # Animation controllers
│ └── EffectController.swift
├── Animators/ # Animation engines
│ ├── WaveAnimator.swift
│ └── AllyAnimator.swift
├── Renderers/ # Graphics renderers
│ └── GalaxyRenderer.swift
└── Helpers/ # Utilities and extensions
└── DrawingHelpers.swift
We welcome contributions! Please:
- Fork the repository
- Create a feature branch
- Make your changes
- Test thoroughly on Apple Silicon
- Submit a pull request
Copyright © 2025 SOTech. All rights reserved.
Developer: Thanh Solar
Company: SOTech
Designed for: Apple Silicon Macs
Crafted with ❤️ for Apple Silicon