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

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!

Awesome Lists containing this project

README

          

# GDStream
This mod allows people to make and view Geometry Dash livestreams.

GDStream logo (red/pink)
GDStream logo (blue)

## 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)