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

Physics engine for the server #27

Open
zfxd opened this issue Apr 23, 2024 · 1 comment
Open

Physics engine for the server #27

zfxd opened this issue Apr 23, 2024 · 1 comment
Assignees

Comments

@zfxd
Copy link
Contributor

zfxd commented Apr 23, 2024

With every frame, calculate forces
then calculate new position based on these forces

@zfxd zfxd added the must have label Apr 23, 2024
@zfxd zfxd assigned zfxd and unassigned zfxd Apr 23, 2024
@zfxd zfxd assigned suprithk and hicytree and unassigned suprithk and zfxd Apr 23, 2024
@suprithk
Copy link
Contributor

  1. Object representation (position, velocity, acceleration, mass, bounding volume)
  2. Apply forces (gravity)
  3. handle collisions
  4. update object positions
  5. rendering integration

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants