Skip to content

N23: Add "Writing the Bevy Retro Renderer" #700

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
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
10 changes: 10 additions & 0 deletions content/news/023/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,16 @@ https://www.reddit.com/r/rust\_gamedev/comments/nx79kq/)_
[lineofsight]: https://basstabs.github.io/2d-line-of-sight/
[@basstabs]: https://github.com/basstabs

### [Writing the Bevy Retro Renderer][bevy_retro_renderer]

[@katharostech] published an article about their experiences writing the render
for [Bevy Retro][bevy_retro]. They walk through the different strategies and APIs
they tried and explain why they wrote their own renderer in the first place.

[bevy_retro_renderer]: https://katharostech.com/post/writing-bevy-retros-renderer
[bevy_retro]: https://github.com/katharostech/bevy_retrograde
[@katharostech]: https://github.com/katharostech

## Tooling Updates

### [Sugarcubes]
Expand Down