https://github.com/omgrod/gdstream
Share live gameplay with your audience in Geometry Dash!
https://github.com/omgrod/gdstream
Last synced: about 1 year ago
JSON representation
Share live gameplay with your audience in Geometry Dash!
- Host: GitHub
- URL: https://github.com/omgrod/gdstream
- Owner: OmgRod
- License: gpl-3.0
- Created: 2024-12-02T22:02:24.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-21T09:27:35.000Z (over 1 year ago)
- Last Synced: 2025-02-05T04:09:02.423Z (over 1 year ago)
- Language: CMake
- Homepage:
- Size: 2.37 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Support: support.md
Awesome Lists containing this project
README
# GDStream
This mod allows people to make and view Geometry Dash livestreams.

## Getting started
1. Clone this repository:
```sh
$ git clone --recurse-submodules https://github.com/OmgRod/GDStream.git
```
2. Open it in your preferred IDE (I am using VS Code):
```sh
$ code .
```
## Build instructions
For more info, see [our docs](https://docs.geode-sdk.org/getting-started/create-mod#build)
```sh
# Assuming you have the Geode CLI set up already
geode build
```
[Server](https://github.com/OmgRod/GDStreamServer)
# Resources
* [Geode SDK Documentation](https://docs.geode-sdk.org/)
* [Geode SDK Source Code](https://github.com/geode-sdk/geode/)
* [Geode CLI](https://github.com/geode-sdk/cli)
* [Bindings](https://github.com/geode-sdk/bindings/)
* [Dev Tools](https://github.com/geode-sdk/DevTools)