A federated MMO would be interesting! But cheating might be a concern. Anyone could create a server with fully-equipped character and just federate.
But maybe servers could whitelist trusted servers? π€
A federated MMO would be interesting! But cheating might be a concern. Anyone could create a server with fully-equipped character and just federate.
But maybe servers could whitelist trusted servers? π€
Never heard about it, but looks cool!
A president simulator? This sounds great! Never heard about these games, thanks for sharing!
I have a special trait that generates a reverse command. And store a stack of commands. Here is the source.
I presume you donβt delete the entities on undo but hide them instead?
No, I do a full despawn. Just remember it's data to spawn again thanks to the mentioned trait.
How do the buttons feel?
The difference is the same as between Bevy's regular triggers and events. We aim to mirror the Bevy API and simply make it networked.
Events are buffered and pull-style, while triggers are called on commands flush and can target entities and components. Triggers were introduced in Bevy 0.14. Generally, you should use triggers for events that happen rarely and events for things that need to be processed in batches.
Ah, you are right. But I didn't know where to upload them. What would you use for files?
Just additional supported platform for the engine. This also showcases how flexible Bevy is - I don't think you can port Unreal Engine, Unity or even Godot to GBA.
It's possible thanks to the ongoing work on no_std
support for Bevy. This simplifies porting to other platforms.
Yes, you can self-host it, but the problem is the cost. The blog explains it very clearly.
Actually, I moved the camera with the keyboard π
But It's actually a good QoL improvement, I will implement it!
I use Neovim, love their Lua direction.
No promises, but I actually working on one π See this comment.