/Library-TwitchIRCSDK

TwitchIRC Software Development Kit - Simplifies integration to Twitch API.

Primary LanguageC++Apache License 2.0Apache-2.0

TwitchIRCSDK-Logo

TwitchIRC Software Development Kit - Simplifies integration to Twitch API.

Installation

To keep things cross-platform, we want to use cmake; see Sample Project to see a full example project.

add_subdirectory(ThirdParty/TwitchIRCSDK)

target_link_libraries(MyProject PRIVATE TwitchIRCSDK)

Documentation

See the Wiki