Skip to content

cottonears/spatial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spatial

A library for spatial data structures and related functions.

TODO:

  • Add more tests + benchmark for collision detection.
  • Make bounding volumes always use boxes in SquareTree. Balls perform significantly worse because they grow overly large.
  • See if there is much performance impact of using a union-type for volumes stored in leaf nodes.
  • Add a dynamic tree for storing moving bodies. Can this be supported by the same underlying type? Is it useful to do so?

About

A library for spatial data structures and related functions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages