-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
32 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,36 @@ | ||
# danmaQ | ||
# DanmaQ | ||
|
||
DanmaQ, pronounced as `/danmakju:/` is a small QT program to play danmaku on any screen. | ||
|
||
## Warning | ||
|
||
DanmaQ is still under development, documents might be outdated. | ||
|
||
## Todo | ||
## Run Demo | ||
|
||
- [ ] Copy Gdanmaku features | ||
### Dependencies | ||
|
||
`danmaQ` depends on `requests` and `PyQt5`, you can either install via `pip` or system package manager, | ||
if you use Windows, please download and install python3.4 and PyQt5 manually. | ||
|
||
### Use TUNA Service | ||
|
||
First u need to create a channel, go to http://dm.tuna.moe/ and create a channel, | ||
(let's use `ooxx` as the channel name and `passw0rd` as the password) | ||
|
||
then run `python danmaQ.py` and fill `http://dm.tuna.moe` to server, | ||
and your channel name (`ooxx`) and channel password (`passw0rd)`. | ||
|
||
then open http://dm.tuna.moe/ and click to your channel page, then post. | ||
|
||
### Server Hosted Service | ||
|
||
Clone https://github.com/tuna/gdanmaku-server and run `webserver.py` to start a publishing server. | ||
|
||
### Installation | ||
|
||
run `python setup.py install`. | ||
|
||
## Screenshot | ||
|
||
![](https://raw.githubusercontent.com/bigeagle/danmaQ/master/screenshots/xiaowang.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.