-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Cli mode #35
Comments
@KenwoodFox apologies for the delay in getting back to you. This is a really interesting idea, and I fully support you working on it! The simulation logic is already somewhat decoupled from the visualization logic, so I think this project would amount to introducing a new build target that only includes the simulation components. My suggestion would be to peruse |
That sounds a good plan! I'll get started on that here! thanks! |
I created a quick and dirty solution for running simulation from command line. |
I think it would be really cool if there was a documented way to run the simulator via CLI only, this could be especially handy in automated CI/CD tests or just to quickly gauge performance!
I would love to work on implementing this if we can think of a way to go about it, i know mms is pretty tied into the graphics engine but, perhaps piping the graphics to a virtual x session or something similar might work?
The text was updated successfully, but these errors were encountered: