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

Provide Physics Stepper for non-Amethyst users #15

Open
AnneKitsune opened this issue Aug 3, 2019 · 1 comment
Open

Provide Physics Stepper for non-Amethyst users #15

AnneKitsune opened this issue Aug 3, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@AnneKitsune
Copy link
Contributor

AnneKitsune commented Aug 3, 2019

As far as I know, the old stepper was not integrated in this version of the library.

The old one can be found here: https://github.com/distransient/nphysics-ecs-dumb/blob/master/src/systems/physics_stepper.rs

For a lot of games, including mine, multiple steps per frame is an essential feature.

Are we supposed to externally manage the stepping, or were you planning on having this feature included in the stepper system?

@AnneKitsune AnneKitsune added the enhancement New feature or request label Aug 3, 2019
@distransient
Copy link
Member

distransient commented Aug 8, 2019

We could provide one. But in Amethyst, the physics dispatcher should be called on fixed_update.

@distransient distransient changed the title Re-integrate physics stepper Provide Physics Stepper for non-Amethyst users Aug 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants