Skip to content
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

Added headless mode #49

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Added headless mode #49

wants to merge 3 commits into from

Conversation

manuel2258
Copy link

Hey,
first, thank you for this nice plugin!

I was looking for a way to give my headless bevy game server a 'fixed tickrate' and saving and CPU usage.
This MR contains a very quick and hacked together solution, as a proof of concept.

But as already stated in issue #40, a headless mode is not really something that this plugin should support.
Therefore, my question would be whether this might still be something you would want to add to this plugin, or whether you would prefer me to fork into a specific 'bevy_servertickpace' crate, just for the server usecase?

If this is something you like to add, then I would fully clean up this MR and align the configuration part more with how it is done beforehand.

Also, do you potentially see any issues with my current implementation, especially to which Stage the system is added? I have not such an in dept knowledge about the bevy stages as you do.

@cyrilleberger
Copy link

Hi. For anyone interested, I created such a "fork" that works only for headless bevy: https://lib.rs/crates/bevy_ratepace

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants