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

Attempt to implement QuadTree broad phase method #58

Open
introfog opened this issue Jun 7, 2020 · 1 comment
Open

Attempt to implement QuadTree broad phase method #58

introfog opened this issue Jun 7, 2020 · 1 comment
Assignees
Labels
frozen The task has been postponed for some time task Common task

Comments

@introfog
Copy link
Owner

introfog commented Jun 7, 2020

No description provided.

@introfog introfog added question Further information is requested task Common task labels Jun 7, 2020
@introfog introfog self-assigned this Jun 7, 2020
@introfog introfog changed the title Investigate broad phase method based on R-tree Investigate broad phase method based on trees Jun 7, 2020
introfog added a commit that referenced this issue Jun 14, 2020
@introfog introfog changed the title Investigate broad phase method based on trees Add QuadTree broad phase method Jun 16, 2020
@introfog introfog removed the question Further information is requested label Jun 16, 2020
introfog added a commit that referenced this issue Jun 17, 2020
introfog added a commit that referenced this issue Jun 23, 2020
introfog added a commit that referenced this issue Jun 23, 2020
introfog added a commit that referenced this issue Jun 28, 2020
introfog added a commit that referenced this issue Jul 12, 2020
introfog added a commit that referenced this issue Jul 12, 2020
introfog added a commit that referenced this issue Jul 12, 2020
introfog added a commit that referenced this issue Jul 12, 2020
introfog added a commit that referenced this issue Jul 12, 2020
introfog added a commit that referenced this issue Jul 12, 2020
@introfog
Copy link
Owner Author

An implementation of the quad tree was made, but at the moment, it is too slow and takes up a lot of memory.

@introfog introfog changed the title Add QuadTree broad phase method Attempt to implement QuadTree broad phase method Jul 23, 2020
introfog added a commit that referenced this issue Aug 8, 2020
* Add toString method to Body, RotationMatrix2x2, AABB, Circle, Polygon
* Add new unit tests for toString methods
* Update toString method for Vector2f
* Make RotationMatrix2x2 fields public
* Add some unit tests minor improvements
introfog added a commit that referenced this issue Aug 8, 2020
* Add toString method to Body, RotationMatrix2x2, AABB, Circle, Polygon
* Add new unit tests for toString methods
* Update toString method for Vector2f
* Make RotationMatrix2x2 fields public
* Add some unit tests minor improvements
@introfog introfog added the frozen The task has been postponed for some time label Sep 18, 2020
introfog added a commit that referenced this issue Sep 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frozen The task has been postponed for some time task Common task
Projects
None yet
Development

No branches or pull requests

1 participant