home.social

#bevyecs — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #bevyecs, aggregated by home.social.

fetched live
  1. Really surprised to discover that #Bevy supports platforms without even atomics.

    The beauty of open source I guess, supporting anything as long as someone is willing to maintain it.

    #Rust #RustLang #BevyECS #BevyGameEngine

  2. Oh no. I am writing a game which's core game mechanic is about a box. So I wanted to make a module called "box". It seems I have to switch programming language for my game 😢

    #gamedev #bevyecs #rust #rustlang #learningrust

  3. After experimenting just a little bit with both Unity DOTS and Bevy, I can already tell that Bevy is a lot simpler in many regards. The authoring workflow in Unity is a big benefit, though, but the big selling point is probably the Bevy documentation which is hands-down _a lot_ better than DOTS'.

    Unity folks, step up your game!

    #bevyecs #dots #UnityDOTS #gamedev #unity3d #unitydev

  4. My blank Bevy game screen is firing up my RTX 3080 to 100% load. I'm too good at this 😏

    #bevyecs #gamdev #rustlang

  5. While the same superpower probably also exists in DOTS, I haven't come to feel it there so far (probably due to the heavy surrounding that Unity provides compared to Bevy, and the fact that I'm just new to it):

    Data queries are really nice for structuring your application/game, as they allow you to decouple logic from each other. Bevy's plugin system makes this even nicer, by allowing drop-in functionality that works with completely unrelated code 🥰

    #bevyecs #unitydots #gamedev #unity3d

  6. It took me some time to wrap my head around ECS (and learning Rust basics from scratch doesn't make it any simpler 🧠) but I think it finally clicked with me!#gamedev #unity3d #unitydev #rust #rustlang #learningrust #bevyecs

  7. CW: Pixel art blood

    «It was a good evening» the magician gasped. «The crowd must have liked the show. They were screaming a lot.»

    #gamedev #pixelart #bevyecs #aseprite #bloodymagician

  8. I like the good Rust style 🤗 Feeling at home with it.

    #rust #codestyle #bevyecs

  9. After diving into Unity DOTS for the past couple of weeks and it being my first contact with data-oriented design ever, I'm going to try out Bevy this week to get an extra perspective on ECS. Also, Rust first-timer - so I'm double excited! 🎉

    #unity3d #dots #bevyecs #rustlang #gamedev

  10. Wrapped up a post about progress on my Rust graphics engine. Hot-reloading, data driven rendering, multi-threaded command buffer generation + more! Blog >> polymonster.co.uk/blog/buildin Repo >> github.com/polymonster/hotline #screenshotsaturday #rustlang #bevyecs