bsmithcompsci / Library-TwitchIRCSDK

TwitchIRC Software Development Kit - Simplifies integration to Twitch API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

TwitchIRC Software Development Kit - Simplifies integration to Twitch API.

License:Apache License 2.0


Languages

Language:C++ 97.4%Language:CMake 2.6%