All Projects → xfgryujk → DanmakuChicken

xfgryujk / DanmakuChicken

Licence: MIT license
一个在屏幕上显示弹幕的小程序

Programming Languages

C++
36643 projects - #6 most used programming language
python
139335 projects - #7 most used programming language
c
50402 projects - #5 most used programming language

Labels

Projects that are alternatives of or similar to DanmakuChicken

Danmu Client
A cross-platforms danmaku client that supports transparency which based on canvas + WebSocket. 多用跨平台透明弹幕客户端,支持图文弹幕,基于canvas + WebSocket。
Stars: ✭ 151 (+788.24%)
Mutual labels:  danmaku
Saccubus1
さきゅばす1系のリポジトリです
Stars: ✭ 49 (+188.24%)
Mutual labels:  danmaku
danmaku-player
An HTML5 danmaku video player for real-time image processing using WebGl and Web Components.融合了webgl和web components的实时图像处理弹幕播放器
Stars: ✭ 40 (+135.29%)
Mutual labels:  danmaku
Danmaku
An open source Danmaku development kit for Unity3D.
Stars: ✭ 163 (+858.82%)
Mutual labels:  danmaku
Blivedm
获取bilibili直播弹幕,使用websocket协议
Stars: ✭ 230 (+1252.94%)
Mutual labels:  danmaku
FXDanmaku
High-performance danmaku with click event, reusable items and customize configurations.
Stars: ✭ 73 (+329.41%)
Mutual labels:  danmaku
Bilibili Ban List
居家旅行常备的B站弹幕屏蔽列表
Stars: ✭ 143 (+741.18%)
Mutual labels:  danmaku
blrec
Bilibili Live Streaming Recorder 哔哩哔哩直播录制
Stars: ✭ 124 (+629.41%)
Mutual labels:  danmaku
teki
Touhou-style shoot'em up
Stars: ✭ 60 (+252.94%)
Mutual labels:  danmaku
yutto
🧊 一个可爱且任性的 B 站视频下载器(bilili V2)
Stars: ✭ 383 (+2152.94%)
Mutual labels:  danmaku
Danmu Server
A danmaku server based on WebSocket. 弹幕服务器,基于WebSocket。
Stars: ✭ 169 (+894.12%)
Mutual labels:  danmaku
Barragerenderer
一个 iOS 上的弹幕渲染库.
Stars: ✭ 2,084 (+12158.82%)
Mutual labels:  danmaku
nplayer
🚀 支持移动端、支持 SSR、支持直播,可以接入任何流媒体。高性能的弹幕系统。高度可定制,所有图标、主题色等都可以替换,并且提供了内置组件方便二次开发。无第三方运行时依赖。
Stars: ✭ 897 (+5176.47%)
Mutual labels:  danmaku
Us Danmaku
Firefox 扩展版本见 https://github.com/tiansh/ass-danmaku ;【用户脚本已停止维护】用户脚本 以ass格式下载 AcFun 和 bilibili 的弹幕
Stars: ✭ 158 (+829.41%)
Mutual labels:  danmaku
acfunlive-backend
AcFun直播通用后端
Stars: ✭ 19 (+11.76%)
Mutual labels:  danmaku
Bilibili Downloader
哔哩哔哩视频下载器 | Yet another video downloader for Bilibili
Stars: ✭ 146 (+758.82%)
Mutual labels:  danmaku
acfundanmu
AcFun直播API
Stars: ✭ 27 (+58.82%)
Mutual labels:  danmaku
hello-muiplayer
💡 一款优秀的 HTML5 视频播放器框架
Stars: ✭ 268 (+1476.47%)
Mutual labels:  danmaku
QLivePlayer
Tools to play live stream with danmaku.
Stars: ✭ 158 (+829.41%)
Mutual labels:  danmaku
bullethell
A bullet hell game programmed using HTML5 and JS.
Stars: ✭ 30 (+76.47%)
Mutual labels:  danmaku

DanmakuChicken

弹幕鸡,一个在屏幕上显示弹幕的小程序。目前实现了从指定URL获取弹幕(后端请自己实现)、从QQ群获取弹幕(需要QQBot酷Q)、从B站直播获取弹幕

screenshot

使用方法

编译后先运行DanmakuChicken.exe,然后根据需要运行python目录下的脚本

主要源码文件

.
├─DanmakuChicken                 显示弹幕的exe项目
│  ├─DanmakuChickenDlg.cpp       程序主窗口(设置窗口)、HTTP API
│  ├─OverlayDlg.cpp              显示弹幕的窗口
│  └─Danmaku.cpp                 弹幕逻辑
├─python                         获取弹幕的Python程序
│  ├─danmaku_chicken.py          弹幕鸡Python API
│  ├─from_bilibili_live.py       从B站直播获取弹幕
│  ├─from_coolq.py               从QQ群获取弹幕,安卓版QQ协议,需要酷Q
│  ├─from_smartqq.py             从QQ群获取弹幕,SmartQQ协议,需要QQBot
│  └─from_url.py                 从指定URL获取弹幕
└─Simple-Web-Server              C++ HTTP服务器库

API

默认HOST为localhost:12450

添加弹幕

URL:/danmaku
方式:POST
内容:{"content": "弹幕内容"}
返回:成功则状态码为200,失败则状态码为400,内容为{"error": "错误信息"}

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].