https://github.com/mytbk/xdanmaku
client for tuna/gdanmaku-server implemented in C for X11
https://github.com/mytbk/xdanmaku
Last synced: 2 months ago
JSON representation
client for tuna/gdanmaku-server implemented in C for X11
- Host: GitHub
- URL: https://github.com/mytbk/xdanmaku
- Owner: mytbk
- License: apache-2.0
- Created: 2017-12-08T16:02:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-02T04:08:44.000Z (about 7 years ago)
- Last Synced: 2024-11-09T16:43:29.393Z (6 months ago)
- Language: C
- Size: 18.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
xdanmaku
========xdanmaku is a danmaku client for `tuna/gdanmaku-server `_ written in C, using libX11. It aims to be simple and able to run on any X11 based desktop environment.
Usage
-----::
xdanmaku [-fn font] [-s screen] <-u url> <-c channel> [-p passwd]
url: danmaku server url
channel: danmaku channel
passwd: password for the channel
font:
screen:Install
-------If you use Arch, you can use the AUR package `xdanmaku `_.
To build yourself, you need to install the following dependencies:
- libxft
- libxinerama
- libcurl
- json-c
- libuuidIn Debian::
apt install libxft-dev libxinerama-dev libcurl4-openssl-dev libjson-c-dev uuid-dev