Skip to content

N26: Matchbox #799

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

Merged
merged 2 commits into from
Oct 8, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions content/news/026/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,41 @@ As the godot-rust community keeps growing, the project can now be found
[gd-discord]: https://discord.com/invite/FNudpBD
[gd-twitter]: https://twitter.com/GodotRust

### [Matchbox]

![matchbox demo screenshot: Waiting for 3 more players](matchbox.png)

Matchbox by [@jkhelsing] is a new peer-to-peer networking project for
establishing unreliable, unordered connections between peers on the internet.
The goal is to enable low-latency multiplayer games written in Rust WASM.

Matchbox consists of:

- A tiny signalling server, [`matchbox_server`], which acts as a rendezvous
point. It helps peers discover each other and deal with NAT traversal in order
to establish more direct ways of communication.
- A crate, [`matchbox_socket`], which handles connecting to a signalling server
and establishing a WebRTC data channel between each connected peer.
- A [demo/template project][matchbox_demo] using [Bevy](https://bevyengine.org)
and [GGRS] to implement a web game with peer-to-peer rollback netcode. A live
version is hosted [here][helsing_box_game].

More info is available in the [repository][Matchbox] and [introductory blog
post][matchbox_intro].

_Discussions:
[/r/rust](https://www.reddit.com/r/rust/comments/pmsynh/introducing_matchbox_painless_peertopeer_webrtc/),
[twitter](https://twitter.com/jkhelsing/status/1437044006068830215)_

[Matchbox]: https://github.com/johanhelsing/matchbox
[matchbox_intro]: https://johanhelsing.studio/posts/introducing-matchbox
[`matchbox_socket`]: https://crates.io/crates/matchbox_socket
[`matchbox_server`]: https://crates.io/crates/matchbox_server
[matchbox_demo]: https://github.com/johanhelsing/matchbox/tree/main/matchbox_demo
[helsing_box_game]: https://helsing.studio/box_game
[@jkhelsing]: https://twitter.com/jkhelsing
[GGRS]: https://gschup.github.io/ggrs/

## Popular Workgroup Issues in Github

<!-- Up to 10 links to interesting issues -->
Expand Down
Binary file added content/news/026/matchbox.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.