mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Chat client for https://twitch.tv
forms | ||
images | ||
lib | ||
logging | ||
messages | ||
platform/borderless | ||
qss | ||
twitch | ||
util | ||
widgets | ||
.gitignore | ||
.gitmodules | ||
.travis.yml | ||
asyncexec.h | ||
channel.cpp | ||
channel.h | ||
channelmanager.cpp | ||
channelmanager.h | ||
chatterino.pro | ||
clangformat.txt | ||
colorscheme.cpp | ||
colorscheme.h | ||
common.h | ||
common.h.cpp | ||
concurrentmap.h | ||
emojidata.txt | ||
emojis.cpp | ||
emojis.h | ||
emotemanager.cpp | ||
emotemanager.h | ||
fontmanager.cpp | ||
fontmanager.h | ||
ircmanager.cpp | ||
ircmanager.h | ||
ircuser2.cpp | ||
ircuser2.h | ||
main.cpp | ||
README.md | ||
resources.cpp | ||
resources.h | ||
resources.qrc | ||
setting.h | ||
settingsmanager.cpp | ||
settingsmanager.h | ||
settingssnapshot.h | ||
usermanager.cpp | ||
usermanager.h | ||
windowmanager.cpp | ||
windowmanager.h |
chatterino 2
Chatterino 2 is the second installment of my twitch chat client series "Chatterino". For now you can check out chatterino 1 at chatterino.com.
requirements
- download the boost library and extract it to
C:\local\boost
- download binaries for OpenSSL >= 1.0.2 or compile it from source. example download
- Place libeay32.dll and ssleay32.dll from OpenSSL in a directory in PATH.
code style
The code is normally formated using clang format in qt creator. clangformat.txt contains the style file for clang format.