Skip to content

FayCarsons/Ack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ack!

"Used to express mild alarm or dismay" - Merriam-Webster dictionary

Ack! is an OCaml library for acceleration structures, data structures designed to optimize spatial queries.
Use cases include raytracing, game dev, data science, or rolling your own spatial database.
This is the library you use when the performance of your spatial queries makes you say "Ack!"

Currently, Ack! is a work-in-progress, and contains only Quadtrees, Octrees, and an unfinished KD-tree. I have plans to add other data structures including DDAs, BKD-trees, BVHs, spatial hashes, and potentially more!

API documentation, instructions fo running, testing, contributing to come soon!

About

Ocaml spatial acceleration structure library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages