Skip to content

QuadTree data structure written in TypeScript

Notifications You must be signed in to change notification settings

n8rzz/quad-tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quad Tree

This project implements a Quad Tree data structure to assist in checking for collisons.

Local Setup

git clone && cd $_
yarn
yarn build
http-server -p 3002 -c-1 // <- substitue your favorite local webserver if you do not have `http-server` installed

Further Reading and Resources

About

QuadTree data structure written in TypeScript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published