🕺 A fun macOS menu bar app featuring a dancing KunKun that grooves to your CPU usage! Built with SwiftUI and love ❤️
一个有趣的 macOS 菜单栏应用,会随着 CPU 使用率跳舞的坤坤!使用 SwiftUI 构建 ❤️
本项目的灵感来源于 RunCat。特别感谢 RunKun 字体项目的贡献,它为本应用增添了独特的视觉效果。如果你在终端中也想体验唱跳,可以参考这个项目。
This project is inspired by RunCat. Special thanks to the RunKun font project for its contribution, which adds a unique visual effect to this application. If you want to experience dancing in your terminal, you can refer to this project.
🎵 A fun macOS menu bar app featuring a dancing KunKun that grooves to your CPU usage! 🎶
- 🎯 Lives in your menu bar
- 💃 Dancing animation speed changes with CPU usage
- 🖥️ Universal Binary (supports both Apple Silicon and Intel Macs)
- 🌓 Dark mode support
- 🌍 Localization support (Simplified Chinese, Traditional Chinese, English)
- 🍎 macOS 13.0 or later
- 💻 Apple Silicon or Intel Mac
- 📦 Download the latest
DanceKunKun.dmg
from Releases - 💿 Open the DMG file
- 📱 Drag DanceKunKun to your Applications folder
- 🚀 Launch DanceKunKun from Applications
- 🎉 Enjoy the dance!
# Add tap
brew tap ygsgdbd/tap
# Install app
brew install --cask dancekunkun
- ⚙️ Install Tuist
- 📂 Clone the repository:
git clone https://github.com/yourusername/DanceKunKun.git
cd DanceKunKun
- 🔨 Generate Xcode project:
tuist generate
- 🎯 Open the project and build
🎵 一个有趣的 macOS 菜单栏应用,会随着 CPU 使用率跳舞的坤坤!🎶
- 🎯 常驻菜单栏
- 💃 舞蹈速度随 CPU 使用率变化
- 🖥️ 通用二进制(同时支持 Apple Silicon 和 Intel Mac)
- 🌓 支持深色模式
- 🌍 支持本地化(简体中文、繁体中文、英文)
- 🍎 macOS 13.0 或更高版本
- 💻 Apple Silicon 或 Intel Mac
- 📦 从 Releases 页面下载最新的
DanceKunKun.dmg
- 💿 打开 DMG 文件
- 📱 将 DanceKunKun 拖到应用程序文件夹
- 🚀 从应用程序文件夹启动 DanceKunKun
- 🎉 享受舞蹈吧!
# 添加 tap
brew tap ygsgdbd/tap
# 安装应用
brew install --cask dancekunkun
- ⚙️ 安装 Tuist
- 📂 克隆仓库:
git clone https://github.com/yourusername/DanceKunKun.git
cd DanceKunKun
- 🔨 生成 Xcode 项目:
tuist generate
- 🎯 打开项目并构建