Skip to content

Add 2d integrator functionality#35

Merged
waynemwashuma merged 11 commits intodevfrom
integrator
Feb 19, 2025
Merged

Add 2d integrator functionality#35
waynemwashuma merged 11 commits intodevfrom
integrator

Conversation

@waynemwashuma
Copy link
Collaborator

Objective

Adds two dimensional integration methods which are used to move two dimensional entities with velocity and applied forces in both linear and angular displacements through positional integration.
The integrators included are:

  • Semi-Implicit Euler intergration through the EulerIntegrator2DPlugin.
  • Verlet integration through the VerletIntegrator2DPlugin

Solution

N/A

Showcase

Will add after all physics packages are merged

Migration guide

N/A

Checklist

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.

@waynemwashuma waynemwashuma merged commit 368627e into dev Feb 19, 2025
@waynemwashuma waynemwashuma deleted the integrator branch February 19, 2025 08:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

mod:physics type:enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant