File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,15 @@ host can share a single web-socket connection.
22
22
[ ![ SwimOS Form Crates.io Version] [ swimos-form-badge ]] [ swimos-form-crate ]
23
23
24
24
[ swimos-badge ] : https://img.shields.io/crates/v/swimos?label=swimos
25
+
25
26
[ swimos-crate ] : https://crates.io/crates/swimos
26
27
27
28
[ swimos-form-badge ] : https://img.shields.io/crates/v/swimos?label=swimos_form
29
+
28
30
[ swimos-form-crate ] : https://crates.io/crates/swimos_form
29
31
30
32
[ swimos-client-badge ] : https://img.shields.io/crates/v/swimos?label=swimos_client
33
+
31
34
[ swimos-client-crate ] : https://crates.io/crates/swimos_client
32
35
33
36
[ Website] ( https://swimos.org/ ) | [ Developer Guide] ( https://www.swimos.org/server/rust/developer-guide/ ) | [ Server API Docs] ( https://docs.rs/swimos/latest/swimos/ ) | [ Client API Docs] ( https://docs.rs/swimos_client/latest/swimos_client/ )
@@ -123,6 +126,9 @@ lane will then be set to `5` and the following will be printed on the console:
123
126
Received value: 5 for 'lane' on agent at URI: /examples/name.
124
127
```
125
128
129
+ A number of example applications are available in the [ example_apps] ( example_apps ) directory which demonstrate
130
+ individual features as well as more comprehensive applications.
131
+
126
132
## Development
127
133
128
134
See the [ development guide] ( DEVELOPMENT.md ) .
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ binaries for their corresponding client applications. Each directory contains de
19
19
- [ map_lane_persistence] ( map_lane_persistence ) : Application demonstrating Map Lanes with persistence.
20
20
- [ map_store] ( map_store ) : Application demonstrating Map Stores.
21
21
- [ map_store_persistence] ( map_store_persistence ) : Application demonstrating Map Stores with persistence.
22
+ - [ ripple] ( ripple ) : Real-time synchronous shared multiplayer experience.
22
23
- [ supply_lane] ( supply_lane ) : Application demonstrating Supply Lanes.
23
24
- [ time_series] ( time_series ) : Reference code for the [ Time Series] ( https://www.swimos.org/server/rust/time-series/ )
24
25
guide.
You can’t perform that action at this time.
0 commit comments