chatterino2

Github星跟踪图

alt text
Chatterino 2

Chatterino 2 is the second installment of the Twitch chat client series "Chatterino".

Download

Current releases are available at https://chatterino.com.

Nightly build

You can download the latest Chatterino 2 build over here

You might also need to install the VC++ 2017 Redistributable from Microsoft if you do not have it installed already.
If you still receive an error about MSVCR120.dll missing, then you should install the VC++ 2013 Restributable.

Building

To get source code with required submodules run:

git clone --recurse-submodules https://github.com/Chatterino/chatterino2.git

or

git clone https://github.com/Chatterino/chatterino2.git
cd chatterino2
git submodule update --init --recursive

Building on Windows

Building on Linux

Building on Mac

Code style

The code is formatted using clang format in Qt Creator. .clang-format contains the style file for clang format.

Get it automated with QT Creator + Beautifier + Clang Format

  1. Download LLVM: https://releases.llvm.org/9.0.0/LLVM-9.0.0-win64.exe
  2. During the installation, make sure to add it to your path
  3. In QT Creator, select Help > About Plugins > C++ > Beautifier to enable the plugin
  4. Restart QT Creator
  5. Select Tools > Options > Beautifier
  6. Under General select Tool: ClangFormat and enable Automatic Formatting on File Save
  7. Under Clang Format select Use predefined style: File and Fallback style: None

Qt creator should now format the documents when saving it.

Doxygen

Doxygen is used to generate project information daily and is available here.

主要指标

概览
名称与所有者Chatterino/chatterino2
主编程语言C++
编程语言C++ (语言数: 8)
平台
许可证MIT License
所有者活动
创建于2016-12-30 00:18:13
推送于2025-10-31 08:01:52
最后一次提交2025-10-26 00:13:12
发布数43
最新版本名称nightly-build (发布于 )
第一版名称0.1 (发布于 )
用户参与
星数2.3k
关注者数47
派生数520
提交数5.1k
已启用问题?
问题数2780
打开的问题数263
拉请求数2745
打开的拉请求数37
关闭的拉请求数407
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?