An open API service indexing awesome lists of open source software.

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

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
- libuuid

In Debian::

apt install libxft-dev libxinerama-dev libcurl4-openssl-dev libjson-c-dev uuid-dev