59 lines
1.4 KiB
YAML
59 lines
1.4 KiB
YAML
|
Categories:
|
||
|
- Graphics
|
||
|
- Internet
|
||
|
License: AGPL-3.0-only
|
||
|
SourceCode: https://github.com/lukaslihotzki/pixelflood
|
||
|
IssueTracker: https://github.com/lukaslihotzki/pixelflood/issues
|
||
|
|
||
|
AutoName: Pixelflut
|
||
|
Description: |-
|
||
|
A fast, asynchronous implementation of [https://cccgoe.de/wiki/Pixelflut
|
||
|
Pixelflut].
|
||
|
|
||
|
Pixelflut is a text-based protocol. With its PX command, a single pixel can be
|
||
|
set on a buffer.
|
||
|
|
||
|
This app opens the TCP server on port 1234 and displays the buffer full screen.
|
||
|
|
||
|
RepoType: git
|
||
|
Repo: https://github.com/lukaslihotzki/pixelflood.git
|
||
|
|
||
|
Builds:
|
||
|
- versionName: 1.0.1
|
||
|
versionCode: 10001
|
||
|
commit: 1.0.1
|
||
|
subdir: android/app
|
||
|
gradle:
|
||
|
- yes
|
||
|
srclibs:
|
||
|
- freetype@VER-2-7-1
|
||
|
prebuild: echo "freetype.src.dir=app/$$freetype$$" >> ../local.properties
|
||
|
ndk: r12b
|
||
|
|
||
|
- versionName: 1.0.2
|
||
|
versionCode: 10002
|
||
|
commit: 1.0.2
|
||
|
subdir: android/app
|
||
|
gradle:
|
||
|
- yes
|
||
|
srclibs:
|
||
|
- freetype@VER-2-7-1
|
||
|
prebuild: echo "freetype.src.dir=app/$$freetype$$" >> ../local.properties
|
||
|
ndk: r14
|
||
|
|
||
|
- versionName: 1.0.3
|
||
|
versionCode: 10003
|
||
|
commit: 1.0.3
|
||
|
subdir: android/app
|
||
|
gradle:
|
||
|
- yes
|
||
|
srclibs:
|
||
|
- freetype@VER-2-7-1
|
||
|
prebuild: echo "freetype.src.dir=app/$$freetype$$" >> ../local.properties
|
||
|
ndk: r14b
|
||
|
|
||
|
AutoUpdateMode: None
|
||
|
UpdateCheckMode: Static
|
||
|
CurrentVersion: 1.0.3
|
||
|
CurrentVersionCode: 10003
|