HaloAPI / Halo-Streamer-Tools

A streamer toolkit for Halo 5 built in C# using .Net Core 3 as a WinForms application that retrieves the game stats periodically and prints out text files that a streamer can use in OBS to overlay in game stats in near real time.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Halo Streamer Tools

A streamer toolkit for Halo 5 built in C# using .Net Core 3 as a WinForms application that retrieves the game stats periodically and prints out text files that a streamer can use in OBS to overlay in game stats in near real time.

Setup

This project is built using .Net Core 3, due to this in order to compile the project you will need:
> dotnet core SDK 3.0+ 

 And to run the project you need the 
> ASP.NET Core Runtime 3.0.1

Once the above dependencies are installed compiling the project is as simple as:

dotnet build -c Release

About

A streamer toolkit for Halo 5 built in C# using .Net Core 3 as a WinForms application that retrieves the game stats periodically and prints out text files that a streamer can use in OBS to overlay in game stats in near real time.


Languages

Language:C# 100.0%