katharostech / bevy_retrograde

Plugin pack for making 2D games with Bevy
Other
296 stars 9 forks source link

port to bevy 0.11 #77

Closed PhaestusFox closed 11 months ago

PhaestusFox commented 1 year ago

I have updated this to bevy to 0.11 for a patreon, this is a direct port so things may be broken since I don't know what they do or why they do it, all the examples compile, but the UI example complains about a missing "\n" in the font file. I make this pull request partly so people can find my updated fork

zicklag commented 1 year ago

Hey there, and thanks for the update!

If you could run cargo fmt to format the code, I'm good merging this.

I'll add a note to the README about this, but FYI bones is shaping up to be the spiritual successor to Bevy retrograde at this point, and I'm actively working on it.

It may not be ready for consumption just yet, but that's where all future development effort from me will be going.

Also, you may have noticed Bevy retrograde doesn't really do much at this point, other than render retro fonts and 9-patch elements in Egui. It used to have it's own renderer, physics, and map loader, but eventually the Bevy ecosystem just passed us up and we ended up using other people's superior plugins.

zicklag commented 11 months ago

Closing in favor of https://github.com/katharostech/bevy_retrograde/pull/79