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

Scientific simulations / scientific computing in Bevy #1677

Closed
alice-i-cecile opened this issue Mar 17, 2021 · 1 comment
Closed

Scientific simulations / scientific computing in Bevy #1677

alice-i-cecile opened this issue Mar 17, 2021 · 1 comment

Comments

@alice-i-cecile
Copy link
Member

alice-i-cecile commented Mar 17, 2021

Bevy has tremendous potential as a framework for scientific simulations: it's fast, modular, easy to read/write and hooks in readily to convenient features like graphics and UIs.

This is a tracking issue to discuss the important features to help us get there (h/t @alec-deason). Many of these are "ecosystem" issues, rather than something that needs to be solved by the Bevy engine itself.

Universal features

  1. Improved documentation and API maturity. Templates and guides are a big part of this, as is battle-tested correctness.
  2. Charts / graphing integration.
  3. Statistical integrations.
  4. Ergonomic data logging.
  5. Headless mode (Headless rendering to images #22, bevy cli #436), with good file-driven configuration.
  6. Deterministic RNG. This includes good enough APIs to get to zero-system ambiguities (Ambiguous system ordering #1312) and ordered query iteration (Ordered iteration over Queries #1470), but the story is complex.
  7. Fixed point support, for more stable computations.
  8. Ergonomic saving and loading (First class save / load support #1442) with checkpointing.
  9. Cross-machine distributed processing.
  10. System order visualization and modification.
  11. Better testing and correctness tools. Archetype Invariants #1481 is a good start.

Domain specific features

  1. Indexes (Prototype Indexing #1587, Allow entities to store multiple components with the same type #1527), for simple and correct grid-based simulations.
  2. (Partial) differential equations (PDE) integrations.
  3. Linear algebra integrations.
  4. Machine learning integrations.
  5. Native physics functionality.
@alice-i-cecile alice-i-cecile added focus-area A-Meta About the project itself and removed A-Meta About the project itself labels Mar 17, 2021
@cart cart removed the focus-area label Mar 17, 2021
@alice-i-cecile
Copy link
Member Author

alice-i-cecile commented Mar 17, 2021

Moved to #1678; this is approximately impossible to "complete" and so is much better off as a Discussion.

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

2 participants