Skip to content

N48: Cargo Space #1437

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added content/news/048/cargo_space.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions content/news/048/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,27 @@ to receive future updates about this and their other AI simulation projects.
[bonesai-twi]: https://twitter.com/BonesaiDev
[bonesai-yt]: https://youtube.com/@bonesai-dev

## [Cargo Space]

![Screenshot of an astronaut in front of stars and two galaxies](cargo_space.png)

[Cargo Space] ([Discord][cargospace_discord]) by
[@johanhelsing][johanhelsing_mastodon] is a co-op 2d space game where you build
a ship and fly it through space looking for new parts, fighting pirates and the
environment.

This months development was all about making endless procedurally generated
parallaxing space backgrounds, choosing an appropriate rng crate, and making the
implementation seedable and cross-platform deterministic.

Johan's [devlog entry][cargospace_devlog_7] explains all this in detail, as well
as how distant parallax can be an immersive replacement for ui and minimaps.

[Cargo Space]: https://helsing.studio/cargospace
[johanhelsing_mastodon]: https://mastodon.social/@johanhelsing
[cargospace_discord]: https://discord.gg/ye9UDNvqQD
[cargospace_devlog_7]: https://johanhelsing.studio/posts/cargo-space-devlog-7

## Engine Updates

### [Bevy v0.11][bevy_news]
Expand Down