Replies: 1 comment 2 replies
-
Answers to questions:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm still starting with rust and just discovered about ECS's
I'm trying to build kinda physics simulation and decided to use bevy_ecs... not a game nor need to display graphics, so I think it's ok... I'm encapsulating sim stuff in a lib and need this to generate soem udp messages as output. Also, I'm planning to have two options for launchinh. First from command line, with a few parameters and just launching simulation... or also from a minimal ui, that should display some statistics from the simulation in real time. I think I have idea about building any of these modules alone but not sure about how to build communication with muy running simulation, so:
Thanks a lot in advance!
Beta Was this translation helpful? Give feedback.
All reactions