Skip to content

Header-only spatial data structures and toolkits.

Notifications You must be signed in to change notification settings

CLV-Iclucia/Spatify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Spatify: Spatial data structures can simplify my life!

What is this

Spatify is a header-only library of various spatial data structures for computer graphics.

Now it includes:

  • 2D and 3D arrays with optional paddings
  • 2D and 3D grids, with different configurations that can be customized by template arguments
  • Neighbour searching toolkits

To be added:

  • Signed distance field (Now developing in other repos)
  • Particle system
  • Reconstruction toolkits (Also in other repos)
  • BVH (Also in other repos)
  • ...

How to use it

Simply add it to your CMake project and include the headers you want! Remember to set the glm path!

Dependencies

I use TBB for parallel execution and glm for vector calculations.

About

Header-only spatial data structures and toolkits.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published