• 2 Posts
  • 19 Comments
Joined 1 year ago
cake
Cake day: June 29th, 2023

help-circle















  • I love Bevy, I made a lot of little things that I loved to program. I’ve never developed such deep love with a programing paradigm. But recently I moved to Godot and actually started finishing projects. When I was using Bevy, I kept making tools, loaders, engines, formats just to make it possible to load into what I envisioned but never finished anything. In about 45 minutes I made multiplayer pong in Godot with different maps and game modes, lobby screen and main menu, what took me a couple of weeks in Bevy with UDP packet design and several iterations.

    When I program in Rust, I go for perfection. When I use Godot, I actually finish stuff. Only realize this a bit late now.

    For reference, I write custom applications for Shopify, including cart extensions in Rust using Shopify Functions and maintain a block-based blog manager that integrates with Shopify in PHP as well as several micro services in Node.js for other integrations.

    If someone could tell me where it went wrong, please do, I love Bevy but I can’t use it effectively.