@@ -523,13 +523,13 @@ _Discussions: [/r/rust](https://www.reddit.com/r/rust_gamedev/comments/foywc6/an
523
523
[ netstack] is a batteries included networking crate for games. Requiring an
524
524
exchange of a secret and connection tokens. At the moment, UDP transport,
525
525
connection management, packet signaling, and packet acknowledgement are
526
- features already implemented. Examples for getting started are provided
526
+ features already implemented. Examples for getting started are provided
527
527
on the [ crates.io page] ( netstack ) .
528
528
529
529
Version 0.3.0 adds basic monitoring functionality along with traits ` ClientMonitor ` and
530
530
` ServerMonitor ` . A work-in-progress prometheus exporter has also been added in this version.
531
531
532
- Issues and contibutions can be made to [ Netstack's github repository] ( netstack-github ) .
532
+ Issues and contibutions can be made to [ Netstack's github repository] ( netstack-github ) .
533
533
Work in progress documentation is available on [ Netstack's docs.rs] ( netstack-docs ) .
534
534
535
535
[ netstack ] : https://crates.io/crates/netstack/0.3.0
@@ -587,6 +587,31 @@ Their [March updates][mun-march] include:
587
587
[ mun-february ] : https://mun-lang.org/blog/2020/03/10/this-month-february
588
588
[ mun-march ] : https://mun-lang.org/blog/2020/04/02/this-month-march
589
589
590
+ ### [ Oxygengine] [ oxygengine ]
591
+
592
+ ![ Oxygengine logo] ( oxygengine-dark-logo.svg )
593
+
594
+ This month Oxygengine creator [ published plans] [ oxygengine_plans ] for the future
595
+ of the engine, where he explains the long term goal of the project that explains
596
+ why Oxygen is definitely not a toy or a hobby project and how that will shape
597
+ its feature towards being a toolset for the professionals. Project progress
598
+ tracker [ can be found here] [ oxygengine_progress ] .
599
+
600
+ Also, [ @PsichiX ] has started to work on the modular game editor
601
+ (extendable with user-made plugins) called ** Ignite** , that will ease creating
602
+ games with the engine.
603
+
604
+ You can look at [ the first editor module] [ oxygengine_asset_browser ] - Asset
605
+ Browser:
606
+
607
+ ![ Oxygengine Asset Browser] ( oxygengine-asset-browser.gif )
608
+
609
+ [ @PsichiX ] : https://github.com/PsichiX
610
+ [ oxygengine ] : https://github.com/PsichiX/Oxygengine
611
+ [ oxygengine_plans ] : https://www.reddit.com/r/rust_gamedev/comments/fe57s0/oxygengine_development_progress_tracker/
612
+ [ oxygengine_progress ] : https://github.com/PsichiX/Oxygengine/projects/1
613
+ [ oxygengine_asset_browser ] : https://twitter.com/PsichiX/status/1243380190752813064
614
+
590
615
### [ Amethyst] [ amethyst ]
591
616
592
617
[ ![ Amethyst logo] ( amethyst-logo.png )] [ amethyst ]
0 commit comments