Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/njs-guy/generic-stream-counter
- Owner: njs-guy
- License: mit
- Created: 2020-09-05T17:36:12.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-26T21:54:28.000Z (almost 3 years ago)
- Last Synced: 2024-11-08T05:08:15.802Z (2 months ago)
- Topics: counter, csharp, obs-studio, streaming, streaming-tool, tool, tools, twitch, twitchtv, windows, windows-desktop, xsplit, youtube
- Language: C#
- Homepage:
- Size: 768 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
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.