File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
content/posts/newsletter-008 Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -390,6 +390,24 @@ _Discussions: [/r/rust](https://www.reddit.com/r/rust_gamedev/comments/foywc6/an
390
390
391
391
[ assets_manager ] : https://github.com/a1phyr/assets_manager
392
392
393
+ ### [ netstack] v0.3.0
394
+
395
+ [ netstack] is a batteries included networking crate for games. Requiring an
396
+ exchange of a secret and connection tokens. At the moment, UDP transport,
397
+ connection management, packet signaling, and packet acknowledgement are
398
+ features already implemented. Examples for getting started are provided
399
+ on the [ crates.io page] ( netstack ) .
400
+
401
+ Version 0.3.0 adds basic monitoring functionality along with traits ` ClientMonitor ` and
402
+ ` ServerMonitor ` . A work-in-progress prometheus exporter has also been added in this version.
403
+
404
+ Issues and contibutions can be made to [ Netstack's github repository] ( netstack-github ) .
405
+ Work in progress documentation is available on [ Netstack's docs.rs] ( netstack-docs ) .
406
+
407
+ [ netstack ] : https://crates.io/crates/netstack/0.3.0
408
+ [ netstack-github ] : https://github.com/Vengarioth/netstack
409
+ [ netstack-docs ] : https://docs.rs/netstack/0.3.0/netstack/
410
+
393
411
### [ three-d] v0.1
394
412
395
413
[ three-d] is a renderer which targets both desktop (OpenGL) and web
You can’t perform that action at this time.
0 commit comments