https://github.com/ggorg0/neonstreamer
My submission for Hack Club's Neon YSWS. Allows you to stream your screen to a 64x32 RGB LED matrix
https://github.com/ggorg0/neonstreamer
hackclub
Last synced: 7 months ago
JSON representation
My submission for Hack Club's Neon YSWS. Allows you to stream your screen to a 64x32 RGB LED matrix
- Host: GitHub
- URL: https://github.com/ggorg0/neonstreamer
- Owner: GGORG0
- License: gpl-3.0
- Created: 2025-01-31T23:02:39.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-01-31T23:33:40.000Z (9 months ago)
- Last Synced: 2025-02-01T00:18:24.937Z (9 months ago)
- Topics: hackclub
- Language: TypeScript
- Homepage: https://ggorg0.github.io/NeonStreamer/
- Size: 40 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NeonStreamer
My submission for [Hack Club's Neon YSWS](https://neon.hackclub.dev/)!
[View demo video on YouTube - see it playing Bad Apple](https://youtu.be/oD8XsXTkqtY)
It allows you to stream your screen to the LED matrix via MQTT using a web client (make sure your broker supports WebSockets and you're connecting to it on the correct port from the web app!).
[Open project in Neon Editor](https://neon.hackclub.dev/open?author=GGORG0&repo=NeonStreamer&branch=master)
## Client usage
The client is made using Vite + Vanilla TypeScript.
It is [deployed on GitHub Pages here](https://ggorg0.github.io/NeonStreamer/).
To run it locally, do:
```sh
yarn set version stable # get Yarn v4cd neon-streamer-client
yarn
yarn dev
```