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

foundation for physics plugin interface #560

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

Conversation

Pheubel
Copy link
Contributor

@Pheubel Pheubel commented Feb 1, 2023

Please check if the PR fulfills these requirements

  • The commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes / features)
  • Documentation has been added / updated (for bug fixes / features)

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

This PR aims to lay a foundation for for implementing physics engines as plugin providers by laying the groundwork for API's that should universally be available to allow for an implementation agnostic interaction with physics.

Is there an open issue that this resolves? If so, please link it here.

#559

What is the current behavior? (You can also link to an open issue here)

#559

What is the new behavior (if this is a feature change)?

There will be a plugin interface that can be implemented by physics engine plugins.

Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)

There should be no breaking changes introduced in this PR

Other information:

@Pheubel Pheubel marked this pull request as ready for review March 18, 2023 00:44
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.

1 participant