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

feature/img-generation-per-n-round #4

Open
adradr opened this issue Aug 11, 2023 · 0 comments
Open

feature/img-generation-per-n-round #4

adradr opened this issue Aug 11, 2023 · 0 comments

Comments

@adradr
Copy link
Owner

adradr commented Aug 11, 2023

Would be great to allow image generation only every n round to speed up the simulation.

Another approach would be to simply store the pixel grids for each step and generate the animation only at the very end of the simulation without storing every individual step's image. Therefore saving storage cost. This may require some kind of dumping of this growing array of grid data, so RAM use won't increase through the simulation.

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

No branches or pull requests

1 participant