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

Update collision for 4 0 #75

Merged

Conversation

kaltinril
Copy link
Contributor

@kaltinril kaltinril commented Oct 11, 2024

Added more information about how the collision code works:

  1. Collision Basics
  2. Detailed Explanation
  3. Space Algorithms Explained (QuadTree, SpatialHash)
  4. Layer
  5. CollisionComponent
  6. ICollisionActor

Updated the code example to work (Changed Point2 to Vector2 and Size2 to SizeF).

Added comments and notes to help beginners out.

I liked the existing code example so I kept it the same behavior.

I can make any changes suggested, fix any typos, etc, please let me know if you have any questions

craftworkgames/MonoGame.Extended-samples#20

Copy link
Member

@AristurtleDev AristurtleDev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

First @kaltinril, thank you again for taking the time to do these updates. I'm sorry that I've been delayed on responding back. I've left some requests for changes, if you have any questions, please reach out to me.

docs/features/collision/collision.md Outdated Show resolved Hide resolved
docs/features/collision/collision.md Outdated Show resolved Hide resolved
docs/features/collision/collision.md Outdated Show resolved Hide resolved
docs/features/collision/collision.md Outdated Show resolved Hide resolved
@kaltinril
Copy link
Contributor Author

@AristurtleDev Lets try this, let me know if you want me to rearrange or move other items.

@AristurtleDev AristurtleDev merged commit 0718064 into craftworkgames:develop Oct 30, 2024
1 check passed
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.

2 participants