Skip to content
This repository was archived by the owner on May 3, 2020. It is now read-only.
/ QuadTreeSFML Public archive

Quad Tree for collision checking implemented in C++ with SFML 2.

License

Notifications You must be signed in to change notification settings

GabrielMajeri/QuadTreeSFML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuadTreeSFML

Quad Tree for collision checking implemented in C++ with SFML 2.

Screenshot of an example

Compiling

The source code must be compiled with a C++14 compatible compiler, for example GCC 4.9 or newer, or Visual C++ 2015 or newer.

Deficiencies

The tree is cleared and rebuilt each frame. This is quite inefficient for a large number of objects.

About

Quad Tree for collision checking implemented in C++ with SFML 2.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published