https://github.com/qdot/qrtuber
https://github.com/qdot/qrtuber
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/qdot/qrtuber
- Owner: qdot
- License: bsd-3-clause
- Created: 2024-12-06T22:28:14.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-09T04:27:40.000Z (over 1 year ago)
- Last Synced: 2025-10-20T15:01:49.511Z (9 months ago)
- Language: JavaScript
- Size: 4.42 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# QRTuber
[](https://www.patreon.com/qdot)
[](https://www.github.com/sponsors/qdot)
[](https://discord.gg/NsCeMNxk)
QRTuber is a strategy for data transfer and synchronization for video streaming contexts. tl;dr show a constantly updating QR code on your twitch/youtube/fansly/of/whatever stream, and viewers can synchronize their devices (haptics, lights, etc...) with events on your stream.
## Documentation
Project documentation can be found at https://qrtuber.com
## Repo Layout
- **docs**
- Project usage and development documentation, the content source for https://qrtuber.com
- **core**
- Core library, code used across all project packages
- **extension**
- Web extension for Chrome and Firefox, using [wxt](https://wxt.dev)
- **webrtc**
- WebRTC based screen capture system, for those not wanting to install a web extension
- **userscripts**
- Userscripts for Grease/Tampermonkey/etc.
## License
All code is BSD 3-Clause licensed. See [LICENSE.md](LICENSE.md) for more info.