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

feat: add grid collision example #241

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

cwkang1998
Copy link
Contributor

@cwkang1998 cwkang1998 commented Nov 7, 2024

Add a new example with grid 2d where collision is implemented. This utilizes the resolveConflicts CRO function for conflict resolution on the user position.

This also reveals an issue with the this context within the object package when resolveConflicts is callback from TopologyObject. Opened an issue at #242.

Closes #228

@cwkang1998
Copy link
Contributor Author

Facing some issues running this and getting it working with local bootstrap node. Will mark as done once tested to be working on local.

Add a new example with grid 2d where collision is implemented.
This utilizes the `resolveConflicts` CRO function for conflict resolution
on the user position.

This also reveals an issue with the `this` context within the `object`
package when `resolveConflicts` is callback from `TopologyObject`.
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.

Modify one of the examples to showcase resolveConflicts()
1 participant