Skip to content

N30: Legion to Bevy #928

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 3 commits into from
Feb 5, 2022
Merged
Changes from 2 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
11 changes: 11 additions & 0 deletions content/news/030/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,17 @@ _Discussions:
[awn-post]: https://www.anthropicstudios.com/2022/01/13/asking-windows-nicely/
[awn-rust-gamedev]: https://www.reddit.com/r/rust_gamedev/comments/s393sx/making_your_game_go_fast_by_asking_windows_nicely/

### [Refactoring from Legion to Bevy][rflb-post]

[Justin Hurstwright][justin_rhw] published a [blog post][rflb-post] describing
how to migrate from Legion ECS into Bevy ECS without giving up on
the other frameworks one might rely on.

You can read it [here][rflb-post]

[justin_rhw]: https://twitter.com/justin_rhw
[rflb-post]: https://justinryanh.github.io/post/refactoring_from_legion_to_bevy/

## Tooling Updates

### [Nodus][nodus-github]
Expand Down