#SimUpdate
MSFS 2024 auf PS5! 🚀 Exklusive Flugzeuge, Sim Update 4 & HOTAS-Support.

#MSFS2024 #PS5 #FlightSimulator #Hotas #Flugsimulation #SimUpdate #GamingNews
October 9, 2025 at 11:53 AM
In the above example, I set up a server to communicate by sending out AgentRequest events and receiving SimUpdate events.

Separately, I set up a local pipe to communicate by sending CtrlRequest events and receiving CtrlResponse events. I pass the pipe to a separate thread so it can run separately
January 15, 2025 at 10:05 PM
finally happy with my library after days beating the code into submission. bevy-memos allows you to communicate with a #bevy app either locally (via channels) or remotely (via a renet server/client)

the API uses plain bevy events and a MemoReader / MemoWriter which mirrors bevy's Event API
January 15, 2025 at 10:01 PM