mcgivrer / mcgivrer/fromClassToGame
Create the QuadTree structure utilities
@mcgivrer is already working on this.
Since Dec 5, 2021.
- Dominant language
- Java
- Stars
- 1
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
To implement such a Quad tree structure, just go and visit the bellow link:
- [Demogame QuadTreeNode.java](https://raw.githubusercontent.com/mcgivrer/demogame/develop/src/main/java/core/collision/QuadTreeNode.java "see raw java file")
- [Demogame Collidable.java](https://raw.githubusercontent.com/mcgivrer/demogame/develop/src/main/java/core/collision/Collidable.java "see raw java file")
All the QuadTree and collision knowledge is here:
- (english) : https://stackoverflow.com/questions/41946007/efficient-and-well-explained-implementation-of-a-quadtree-for-2d-collision-det
- (french) : https://www.it-swarm-fr.com/fr/data-structures/implementation-efficace-et-bien-expliquee-dun-quadtree-pour-la-detection-de-collision-2d/830193303/
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.