Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/njs-guy/generic-stream-counter

Setting up an on-screen counter is easy, but constantly changing it is annoying. Generic Stream Counter makes a text file for OBS or Xsplit to update it automatically. From there, it can be stylized just like any other text source.
https://github.com/njs-guy/generic-stream-counter

counter csharp obs-studio streaming streaming-tool tool tools twitch twitchtv windows windows-desktop xsplit youtube

Last synced: 11 days ago
JSON representation

Setting up an on-screen counter is easy, but constantly changing it is annoying. Generic Stream Counter makes a text file for OBS or Xsplit to update it automatically. From there, it can be stylized just like any other text source.

Awesome Lists containing this project

README

        

# ![Generic Stream Counter icon](assets/icon.png) Generic Stream Counter
[![Maintainer](https://img.shields.io/badge/maintainer-njshockey-blue)](https://github.com/njshockey)
[![Operating System](https://img.shields.io/badge/OS-Windows-blue)](https://img.shields.io/badge/OS-Windows-blue)
[![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE.txt)

### An easy way to count things on your stream.

Setting up an on-screen counter is easy, but constantly changing it is *annoying*. Generic Stream Counter makes a text file for OBS or Xsplit to update it automatically. From there, it can be stylized just like any other text source.

# Branches
- *Main:* The stable branch as per usual.
- *Dev:* Code currently in development and is likely to not fully work as intended. This branch will merge with main when there is a new release.
- *v.X.XX:* Source code of previous versions.

# Features
- Easily output counter to a text file
- Add 1 and Minus 1 buttons for quick counting
- Preview window
- Option for always on top

### Coming soon
- Universal hotkeys
- Dark mode
- Better documentation

# How to compile
1. Clone the repo and open TwitchCounter.sln in Visual Studio.
2. Run it and take the built exe out of bin/Debug or bin/Release.
3. ???
4. Profit.

# License
Generic Twitch Counter uses the MIT License. See [LICENSE.txt](LICENSE.txt) for more information.