How do the buttons feel?
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.
That’s sad 😢
I heard that the antenna issue can be fixed manually, but it’s not an easy fix.
This is weird. I saw an announcement on Discord that they finished shipping all devices in November 2024.
Yes, this managed to ship all devices in November 2024.
Yeah, I heard that many units have antenna issue. Before buying I asked the seller to test it for me. My unit was unaffected by the issue.
Yeah, the situation with the company is not great.
Big thanks to the guy keeping lineage working on it!
There actually 4 maintainers for this device! It was a surprise for me. Usually it’s 1 guy.
I considered their Astra or Communicator, but they don’t support LineageOS, which is important to me.
True 😥 Did you broke yours?
Yeah…
I wish companies produce more phones like this.
Try looking at their unofficial Discord server. It’s usually cheaper then on eBay. But ask to test the antenna, some units have issues with that.
Same. But recently I managed to buy almost new for 300 EUR.
I only recently started using it, so maybe later I will make a post about it :)
I’ve always been a lurker, but I started being active on Fedi, and I like it!
Looks awesome!
Happy to see!
I wondering what caused such jump.
deleted by creator
There is also second part of this article (a response to BlueSky response): https://dustycloud.org/blog/re-re-bluesky-decentralization/
I have a special trait that generates a reverse command. And store a stack of commands. Here is the source.
No, I do a full despawn. Just remember it’s data to spawn again thanks to the mentioned trait.