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

Ccd #8

Merged
merged 34 commits into from Feb 8, 2019
Merged

Ccd #8

merged 34 commits into from Feb 8, 2019

Conversation

DominicRoyStang
Copy link
Owner

Fixes #1

Detailed changelog:

  • Replaced matter.js physics engine with p2.

  • Fixed continuous collision detection (ccd).

  • Moved world generation to a separate file.

  • Added p5 for rendering.

  • Created three bumper models: triangular, rectangular, and curved.

  • Added math helper utils.

  • Fixed docker-compose not building backend image.

  • Updated README with docker-compose down information.

Brought-in utils from the matter.js demo.
Refactored code.
Moved p5 constants to setup for performance improvements.
This allows us to use the latest features (last tag was in 2015).
Notably, it fixes ccd issue 186.
Added collision groups & invisible boundaries around players so that players can only move in one dimension.
@DominicRoyStang DominicRoyStang merged commit 6abcbc0 into master Feb 8, 2019
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.

None yet

1 participant