https://github.com/swarkin/gdsync
https://github.com/swarkin/gdsync
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/swarkin/gdsync
- Owner: Swarkin
- Created: 2023-12-07T19:45:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-30T20:04:41.000Z (over 2 years ago)
- Last Synced: 2023-12-30T21:54:37.156Z (over 2 years ago)
- Language: GDScript
- Size: 262 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GDSync
Inspired by the [Collaborate feature in Roblox Studio](https://create.roblox.com/docs/projects/collaboration), this addon tries to provide a similar experience for Godot that allows you to edit a scene together with other people in real-time.
> [!WARNING]
> This plugin is still in development and might not function in its current state.
## Features and Drawbacks
> The color represents the difficulty of each task
### What's currently being worked on?
- ⬜ Initial development of the general features
- 🟩 [#3](https://github.com/Swarkin/GDSync/issues/3) Indicator for each peer's position
- 🟨 [#1](https://github.com/Swarkin/GDSync/issues/1) Indicator for each peer's currently edited element
### What's planned for the future?
- 🟥 [#2](https://github.com/Swarkin/GDSync/issues/2) Allow different scenes to be edited simultaneously
- 🟧 Allow (sub)resources to be edited without manually opening them or causing errors
## Contributing
Contributions are welcome!
You can open an issue or contact me on Discord as `swark1n` if you want to discuss or ask about anything.