Skip to content

Latest commit

 

History

History
53 lines (39 loc) · 1.51 KB

README.md

File metadata and controls

53 lines (39 loc) · 1.51 KB

Mimi Danmaku Client

基于 Node.js 和 Electron 构建的 WebSocket 弹幕客户端。服务端见 mimi-chat
A WebSocket danmaku client based on Node.js and Electron.

To Use

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer.

Set up a mirror of electron before installation if necessary:

export ELECTRON_MIRROR="https://npmmirror.com/mirrors/electron/" # 一般的 *NIX 命令行
set ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/ # 使用 Windows CMD 命令行
$env:ELECTRON_MIRROR="https://npmmirror.com/mirrors/electron/" # Windows PowerShell

From your command line:

# Clone this repository
git clone https://github.com/stevenjoezhang/mimi-danmaku.git
# Go into the repository
cd mimi-danmaku
# Install dependencies
npm install
# Run the app
npm start

Build

Use the following command to package it as a desktop app:

npm run build

Credits

License

Released under the GNU General Public License v3
http://www.gnu.org/licenses/gpl-3.0.html

Todo List

  • 屏蔽指定用户
  • 支持正则屏蔽
  • 支持投影屏幕(electron/screen.md
  • 允许选择字体