20
i fell for the rewrite in rust meme
(self.Posttoday)
The idea is to post one post a day, any day you remember to, to this community.
Whether that is an image, a text post, a link to a song or an article or anything else is up to you.
Crossposting - You may find that your post here could also fit another community, in which case you should crosspost it. However I recommend making the original post in the other community and then crossposting here. Many communities have stricter formatting or content rules, so its best to make sure you are meeting those before making your post.
Rules
My goal is to not remove posts. If I do have an issue with a post I will try to reach out to you. The rules may be updated as necessary. I'm open to feedback, feel free to message me.
It is blazing fast. Neither project was very far along so rhe rewrite isnt huge. I did oop in uni so I kept trying to fight against Godot and build oop instead of using an entity component system. Although rust is harder the design pattern of Bevy is mentally much easier to add features. The nice thing is the multi threading. When I was looking at doing it in Godot it didnt make sense but because bevy multi threads all the systems its going to scale so well.