mcgivrer / mcgivrer/fromClassToGame

Create the QuadTree structure utilities

Open
#104 0 comments 0 reactions 1 assignee View on GitHub

@mcgivrer is already working on this.

Since Dec 5, 2021.

documentation enhancement
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.