Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukeb06/globed2-modified
https://github.com/lukeb06/globed2-modified
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/lukeb06/globed2-modified
- Owner: lukeb06
- License: mit
- Created: 2024-03-30T20:04:18.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-03-30T20:15:07.000Z (9 months ago)
- Last Synced: 2024-07-05T03:23:09.835Z (6 months ago)
- Language: C++
- Size: 3.45 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
- Support: support.md
Awesome Lists containing this project
README
# Globed
Globed is an open-source, highly customizable multiplayer mod for Geometry Dash.
This repository contains the complete rewrite of Globed, for Geometry Dash 2.2 and all future versions. If you want the 2.1 version, the [old repository](https://github.com/dankmeme01/globed) is still up, however it is no longer maintained.
## Features
* Real-time multiplayer
* Voice chat with **strong encryption and zero logging/storage**
* Fully open-source, including the server## Installation
Globed is a [Geode](https://geode-sdk.org) mod, so it requires you to install Geode first. Once that's done, simply open the mods page in-game and download it from the index.
## Hosting a server
See the [server readme](./server/readme.md) for more information about the server and how you can host it.
## Credit
**mat, alk, Cvolton, and the rest of the Geode team** - thank you for creating Geode and for helping me with the issues I had using it. None of this would've been possible without your awesome efforts, and I really appreciate the work you've put in <3
[availax](https://availax.xyz/) - thank you for supporting me since the start and helping me with nearly everything :D
Anyone who donated, contributed, suggested ideas, helped moderate, reported issues, or just was a good friend along the way - thank you for being awesome and helping the mod become what it is today :)
### License
Globed is licensed under the MIT license. All of the following libraries used in Globed have their own licenses you may want to read:
* Geode - [website](https://geode-sdk.org) - [repository](https://github.com/geode-sdk/geode) - [license](https://github.com/geode-sdk/geode/blob/main/LICENSE.txt)
* Boost - [website](https://boost.org) - [repository](https://github.com/boostorg/boost) - [license](https://github.com/boostorg/boost/blob/master/LICENSE_1_0.txt)
* UIBuilder - [repository](https://github.com/camila314/uibuilder) - [license](https://github.com/camila314/uibuilder/blob/main/LICENSE)
* Opus - [website](https://opus-codec.org/) - [repository](https://github.com/xiph/opus) - [license](https://github.com/xiph/opus/blob/master/COPYING)
* libsodium - [website](https://libsodium.gitbook.io/doc/) - [repository](https://github.com/jedisct1/libsodium) - [license](https://github.com/jedisct1/libsodium/blob/master/LICENSE)