https://github.com/ygsgdbd/dancekunkun
🕺 A fun macOS menu bar app featuring a dancing KunKun that grooves to your CPU usage! Built with SwiftUI and love. 一个有趣的 macOS 菜单栏应用,会随着 CPU 使用率跳舞的坤坤!
https://github.com/ygsgdbd/dancekunkun
caixukun fun kunkun macos menubar swift swiftui tuist
Last synced: 11 months ago
JSON representation
🕺 A fun macOS menu bar app featuring a dancing KunKun that grooves to your CPU usage! Built with SwiftUI and love. 一个有趣的 macOS 菜单栏应用,会随着 CPU 使用率跳舞的坤坤!
- Host: GitHub
- URL: https://github.com/ygsgdbd/dancekunkun
- Owner: ygsgdbd
- License: mit
- Created: 2024-12-10T12:48:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-22T11:58:28.000Z (over 1 year ago)
- Last Synced: 2025-03-27T17:21:19.500Z (about 1 year ago)
- Topics: caixukun, fun, kunkun, macos, menubar, swift, swiftui, tuist
- Language: Swift
- Homepage:
- Size: 239 KB
- Stars: 30
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DanceKunKun 🕺
[](https://github.com/ygsgdbd/DanceKunKun/releases/latest)
[](LICENSE)
[](https://developer.apple.com/xcode/swiftui)
[](https://www.apple.com/macos)
[](https://www.apple.com/macos)
> 🕺 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](https://github.com/Kobe972/RunKun) 字体项目的贡献,它为本应用增添了独特的视觉效果。如果你在终端中也想体验唱跳,可以参考这个项目。
This project is inspired by RunCat. Special thanks to the [RunKun](https://github.com/Kobe972/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.
[🌍 English](#english) | [🇨🇳 中文](#chinese)
## English
🎵 A fun macOS menu bar app featuring a dancing KunKun that grooves to your CPU usage! 🎶
### ✨ Features
- 🎯 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)
### 📋 Preview
Dancing with CPU usage
### 📋 Requirements
- 🍎 macOS 13.0 or later
- 💻 Apple Silicon or Intel Mac
### 📥 Installation
#### Option 1: Manual Installation
1. 📦 Download the latest `DanceKunKun.dmg` from [Releases](../../releases)
2. 💿 Open the DMG file
3. 📱 Drag DanceKunKun to your Applications folder
4. 🚀 Launch DanceKunKun from Applications
5. 🎉 Enjoy the dance!
#### Option 2: Homebrew
```bash
# Install app
brew install --cask ygsgdbd/tap/dancekunkun
```
### 🛠️ Build from Source
1. ⚙️ Install [Tuist](https://docs.tuist.io/documentation/tuist/installation)
2. 📂 Clone the repository:
```bash
git clone https://github.com/yourusername/DanceKunKun.git
cd DanceKunKun
```
3. 🔨 Generate Xcode project:
```bash
tuist generate
```
4. 🎯 Open the project and build
## Chinese
🎵 一个有趣的 macOS 菜单栏应用,会随着 CPU 使用率跳舞的坤坤!🎶
### ✨ 功能特点
- 🎯 常驻菜单栏
- 💃 舞蹈速度随 CPU 使用率变化
- 🖥️ 通用二进制(同时支持 Apple Silicon 和 Intel Mac)
- 🌓 支持深色模式
- 🌍 支持本地化(简体中文、繁体中文、英文)
### 📋 预览
坤坤随着 CPU 使用率跳舞
### 📋 系统要求
- 🍎 macOS 13.0 或更高版本
- 💻 Apple Silicon 或 Intel Mac
### 📥 安装方法
#### 方式一:手动安装
1. 📦 从 [Releases](../../releases) 页面下载最新的 `DanceKunKun.dmg`
2. 💿 打开 DMG 文件
3. 📱 将 DanceKunKun 拖到应用程序文件夹
4. 🚀 从应用程序文件夹启动 DanceKunKun
5. 🎉 享受舞蹈吧!
#### 方式二:Homebrew
```bash
# 安装应用
brew install --cask ygsgdbd/tap/dancekunkun
```
### 🛠️ 从源码构建
1. ⚙️ 安装 [Tuist](https://docs.tuist.io/documentation/tuist/installation)
2. 📂 克隆仓库:
```bash
git clone https://github.com/yourusername/DanceKunKun.git
cd DanceKunKun
```
3. 🔨 生成 Xcode 项目:
```bash
tuist generate
```
4. 🎯 打开项目并构建