Không có mô tả

Alexey Kutepov 02542318d2 Merge pull request #159 from tsoding/153 4 năm trước cách đây
.github 3750dec3dd Update CI 4 năm trước cách đây
assets 2ab1ba7cd2 (#19) rename folder bttv => emotes 5 năm trước cách đây
src b5fe241017 (#153) Improve error messages in chop_nickname() 4 năm trước cách đây
test fb354bec66 (#69) Add unicode nicknames to the utf-8 test 5 năm trước cách đây
third_party 94ec49250a Merge pull request #138 from herrhotzenplotz/fix-freebsd-build 4 năm trước cách đây
.gitignore cf33ec360c Compile stb libs into objects file for debug build 5 năm trước cách đây
569086201.txt f54ba1dda8 Unhardcode sample log messages 5 năm trước cách đây
LICENSE c204b49ba1 Slap MIT 5 năm trước cách đây
Makefile 1b1a50f888 Remove pcre2 dependancy 4 năm trước cách đây
README.md c9320692b3 Update README 4 năm trước cách đây
default.nix a2ae23723d Add development environment for NixOS 5 năm trước cách đây
sample.txt 52fb92f74a (#133) Additional work 4 năm trước cách đây
video.conf 2b6664e319 Remove message capacity 5 năm trước cách đây
video.params 90c13132fc (#88) Add messages limit to video params 5 năm trước cách đây

README.md

Build Status

Vodus

Introduction Video: https://www.twitch.tv/videos/563056420

WARNING! The application is in an active development state and is not even alpha yet. Use it at your own risk. Nothing is documented, anything can be changed at any moment or stop working at all.

Quick Start

Install Dependencies

Debian

$ sudo apt-get install nasm libfreetype6-dev libcurl4-openssl-dev

NixOS

$ nix-shell

FreeBSD

# pkg install nasm xmlto freetype2 curl openssl gcc gmake

Build Third Party dependencies

Needs to be done only once.

$ cd third_party/
$ ./build_third_party.sh
$ cd ..

Build the Project

$ make

Download Emotes

$ ./emote_downloader <channel-name> <channel-id>

Render the Sample Video

$ make render

Custom Log Format