danmaQ

danmaku implemented in Qt5

  • 所有者: tuna/danmaQ
  • 平台:
  • 许可证: GNU General Public License v3.0
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

DanmaQ

Travis CI status

DanmaQ, pronounced as /danmakju:/ is a small QT program to play danmaku on any screen.

DanmaQ is still under development, documents might be outdated.

Dependencies

danmaQ depends on Qt5, version >= 5.6.2 preferred.

Installation

AppImage

On Linux X86-64, you can download the bundled AppImage.

wget https://github.com/tuna/danmaQ/releases/download/cpp-0.1/danmaQ.AppImage
chmod +x danmaQ.AppImage
./danmaQ.AppImage

Source

apt-get install qt5-default qttools5-dev qttools5-dev-tools libqt5x11extras5-dev cmake  # for ubuntu trusty (aka 14.04 LTS) and debian jessie (aka 8)
apt-get install qt5-default qttools5-dev-tools libqt5x11extras5-dev cmake  # for ubuntu and debian
zypper install libqt5-qtx11extras-devel libqt5-linguist-devel cmake        # for openSUSE
dnf install qt5-devel qt5-qtx11extras-devel qt5-linguist cmake             # for fedora
brew install qt                                                            # for macOS

mkdir build && cd build 
cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
make && sudo make install

Windows

Download binary from releases page.

Or you can also use CMake and Qt to build it yourself, but there is no help available temporarily.

Arch Linux

pacman -S danmaq

Fedora

dnf install danmaq

AOSC OS / Ubuntu 18.04+ / Debian 10+

apt install danmaq

Usage

Use TUNA Service

First you need to create a channel, go to https://dm.tuna.moe:8443/ and create a channel,
(let's use ooxx as the channel name and passw0rd as the password)

Then run danmaQ and fill https://dm.tuna.moe:8443 to server,
and channel name (ooxx) & channel password (passw0rd).

Then any audiences can open https://dm.tuna.moe:8443/ and click to your channel page,
lauch danmaku in your screen!

Self Hosted Service

See gdanmaku-server.

TODO

  • Multi-Screen support
  • Chatting
  • RPM package
  • Deb package

主要指标

概览
名称与所有者tuna/danmaQ
主编程语言JavaScript
编程语言Python (语言数: 5)
平台
许可证GNU General Public License v3.0
所有者活动
创建于2014-11-08 08:08:30
推送于2025-04-11 05:44:47
最后一次提交2025-04-10 22:27:55
发布数11
最新版本名称v0.3.0 (发布于 2025-04-11 13:44:14)
第一版名称v0.1-dev (发布于 )
用户参与
星数190
关注者数22
派生数45
提交数186
已启用问题?
问题数31
打开的问题数7
拉请求数31
打开的拉请求数0
关闭的拉请求数3
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?