Metadata-Version: 2.4
Name: yanhua2026
Version: 0.1.3
Summary: 霓虹烟火 - Cyberpunk style fireworks visual simulation
Project-URL: Homepage, https://github.com/aicoder2048/yanhua2026
Author: szou
License-Expression: MIT
License-File: LICENSE
Keywords: cyberpunk,fireworks,pyglet,simulation,visual
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: MacOS X
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Multimedia :: Graphics
Requires-Python: >=3.12
Requires-Dist: numpy>=2.0.0
Requires-Dist: pyglet>=2.0.0
Description-Content-Type: text/markdown

# 霓虹烟火 YanHua2026

赛博朋克风格烟花视觉模拟 / Cyberpunk style fireworks visual simulation

## 安装运行 / Installation

```bash
# 使用 uvx 直接运行 (需要先发布到 PyPI)
uvx yanhua2026

# 或本地安装
pip install yanhua2026
yanhua2026
```

## 开发运行 / Development

```bash
git clone https://github.com/aicoder2048/yanhua2026.git
cd yanhua2026
uv sync
uv run yanhua2026
```

## 操作说明 / Controls

| 按键 | 功能 |
|------|------|
| 鼠标点击 | 发射烟花 |
| Space | 暂停/继续 |
| A | 切换自动发射 |
| F | 全屏切换 |
| M | 音效开关 |
| G | 网格背景开关 |
| S | 天际线开关 |
| H | 帮助显示 |
| ESC | 退出 |

## 特性 / Features

- 赛博朋克视觉风格
- 中国地标天际线 (深圳春笋、东方明珠、广州塔)
- 24句马年阳光祝福语随机飘动
- 程序化生成音效 (15种不同音效)
- 粒子系统优化渲染
- 透视网格背景 + 冲击波效果

## 依赖 / Dependencies

- Python >= 3.12
- pyglet >= 2.0
- numpy >= 2.0

## License

MIT
