项目作者: StoneMoe

项目描述 :
A Simple Desktop Danmaku System
高级语言: C#
项目地址: git://github.com/StoneMoe/OhMyDanmaku.git
创建时间: 2015-07-07T15:29:17Z
项目社区:https://github.com/StoneMoe/OhMyDanmaku

开源协议:GNU General Public License v2.0

下载


logo

Feature

Download

You can download exe from Releases

Networking

OhMyDanmaku listen on localhost:8585 with UDP by default
Send string data in UTF-8 to listener, then a danmaku will across screen like a bullet

Check example in folder /web for more details

Build from source

Clone

  1. git clone https://github.com/StoneMoe/OhMyDanmaku.git
  2. cd OhMyDanmaku
  3. git submodule init
  4. git submodule update

Build

Use Visual Studio

License

GPL v2