@@ -358,6 +358,36 @@ _Discussions: [Twitter]_
358
358
[ Bevy ] : https://bevyengine.org/
359
359
[ Nilay Savant ] : https://twitter.com/nilay_savant
360
360
361
+ ### Cargo Space
362
+
363
+ ![ Screenshot of Cargo Space's friends list context menu: "invite to lobby" is highlighted] ( cargo-space-invite.png )
364
+
365
+ [ Cargo Space] ([ Discord] [ cargospace_discord ] ) by
366
+ [ @johanhelsing ] [ johanhelsing_mastodon ] is a co-op 2d space game where you build
367
+ a ship and fly it through space looking for new parts, fighting pirates and the
368
+ environment.
369
+
370
+ This month's development was all about lobbies, chat and integrating with Steam.
371
+ This spawned a couple of new micro-crates.
372
+
373
+ [ bevy_crossbeam_event] lets you spawn Bevy events by
374
+ sending to a crossbeam channel, which is convenient with callbacks which require
375
+ move semantics, such as those in ` bevy-steamworks ` .
376
+
377
+ [ steam_dev_launcher] is a cross-platform binary crate all
378
+ about dev-friendly ways launching your game through Steam. That is: without
379
+ losing logs, panic traces, and optionally using a custom binary or setting extra
380
+ environment variables (launch from ` /target/debug/your_game ` ).
381
+
382
+ Read more about all this in [ this month's devlog entry] [ cargospace_devlog_6 ] .
383
+
384
+ [ Cargo Space ] : https://helsing.studio/cargospace
385
+ [ cargospace_devlog_6 ] : https://johanhelsing.studio/posts/cargo-space-devlog-5
386
+ [ cargospace_discord ] : https://discord.gg/ye9UDNvqQD
387
+ [ johanhelsing_mastodon ] : https://mastodon.social/@johanhelsing
388
+ [ bevy_crossbeam_event ] : https://github.com/johanhelsing/bevy_crossbeam_event
389
+ [ steam_dev_launcher ] : https://github.com/johanhelsing/steam_dev_launcher
390
+
361
391
## Engine Updates
362
392
363
393
### hotline
0 commit comments