Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add example on how to use Godot Rust with godot's multiplayer API #903

Open
ValorZard opened this issue Sep 23, 2024 · 1 comment · May be fixed by #910
Open

Add example on how to use Godot Rust with godot's multiplayer API #903

ValorZard opened this issue Sep 23, 2024 · 1 comment · May be fixed by #910
Labels
c: examples Code specific to examples changed (not just follow-up from API updates) feature Adds functionality to the library

Comments

@ValorZard
Copy link

it would be nice to have an example on how to use Godot Rust with Godot's multiplayer API, especially since its a bit hard to understand even with GDScript. I'm willing to contribute an example!

@Bromeon Bromeon added feature Adds functionality to the library c: examples Code specific to examples changed (not just follow-up from API updates) labels Sep 23, 2024
@Bromeon
Copy link
Member

Bromeon commented Sep 23, 2024

Hey, that might be nice indeed! 🙂

It would be great to show a concept while still keeping the code as simple as possible (ideally 1 file). The dodge-the-creeps example is a bit of an outlier, since it's a direct port from a Godot sample game. But generally, it's nice if examples are small in size, as they're much easier to polish, review and demonstrate a certain feature.

Do you have something concrete in mind?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: examples Code specific to examples changed (not just follow-up from API updates) feature Adds functionality to the library
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants