Skip to content

pkuphysu/mimi-danmaku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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://cdn.npm.taobao.org/dist/electron/" # *NIX command line
set ELECTRON_MIRROR=https://cdn.npm.taobao.org/dist/electron/ # Windows CMD
$env:ELECTRON_MIRROR="https://cdn.npm.taobao.org/dist/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
  • 允许选择字体

About

米米弹幕客户端 为各种活动提供弹幕支持 | Client for Mimi Danmaku, based on Node.js and Electron

Topics

Resources

License

Stars

Watchers

Forks