Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nicmeister/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.
https://github.com/nicmeister/halo-streamer-tools

api-rest cron csharp halo halo5 mixer streamer-tool twitch

Last synced: 2 months ago
JSON representation

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.

Awesome Lists containing this project

README

        

# 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