Skip to content

Commit

Permalink
Add Share as an example.
Browse files Browse the repository at this point in the history
  • Loading branch information
vldr committed Jul 3, 2023
1 parent aeebfcf commit 40373e9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
[submodule "examples/share"]
path = examples/share
url = https://github.com/vldr/Share
branch = master
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,11 +260,14 @@ The data region contains *N* user-defined bytes, where *N* ≥ 0.
# Examples

[Chat](examples/chat)
A simple chat application that shows how text messages can be sent between clients.
A simple chat application.

[Cubic](https://github.com/vldr/Cubic/blob/master/Source/Network.cpp)
[Cubic](https://github.com/vldr/Cubic)
A multiplayer WebGL voxel sandbox game.

[Share](https://github.com/vldr/Share)
A real-time, peer-to-peer file transfer platform.

# Building
**Note:** The following instructions assume that you are in a terminal (bash, cmd, etc).

Expand Down
2 changes: 1 addition & 1 deletion examples/cubic
Submodule cubic updated 1641 files
1 change: 0 additions & 1 deletion examples/examples/share
Submodule share deleted from 20f917

0 comments on commit 40373e9

Please sign in to comment.