ttvd / spatial-collision-datastructuresLinks
Benchmark of various spatial data structures for collision detection.
☆129Updated 7 years ago
Alternatives and similar repositories for spatial-collision-datastructures
Users that are interested in spatial-collision-datastructures are comparing it to the libraries listed below
Sorting:
- SOLID - Software Library for Interference Detection☆100Updated 2 years ago
- Octree/BVH: building and traversal (for fast ray-triangle-intersection)☆78Updated 11 years ago
- Fast mesh simplification via edge collapsing☆133Updated 8 years ago
- ☆30Updated 10 years ago
- Implementation of the bounding mesh and bounding convex decomposition algorithms for single-sided mesh approximation☆347Updated 4 years ago
- A fast parallel CPU-based surface & solid voxelizer.☆78Updated 4 years ago
- A C++ half-edge data structure for a triangle mesh with no external dependencies whatsoever. Public domain.☆117Updated 13 years ago
- Octree library in C++☆60Updated 13 years ago
- The Motion Toolkit is a collection of C++ class templates providing basic types for applications involving 3D geometry, kinematics and dy…☆99Updated 6 years ago
- Mesh Decimation Tool☆97Updated 10 years ago
- CSG library for C++, port of https://github.com/evanw/csg.js/☆104Updated 8 years ago
- Graphics and physics research, snippets, demos☆133Updated 9 years ago
- Dual Contouring Implementation in C++, by Tao Ju, from http://sourceforge.net/projects/dualcontouring/☆69Updated 11 years ago
- GPU-based real-time global illumination renderer based on voxel cone tracing☆64Updated 8 years ago
- [deprecated] merged into https://github.com/ddiakopoulos/polymer☆160Updated 7 years ago
- OpenTissue is a collection of generic algorithms and data structures for rapid development of interactive modeling and simulation.☆102Updated 3 years ago
- Understanding the Efficiency of Ray Traversal on GPUs☆43Updated 9 years ago
- A basic geometry C++ library for 2D and 3D applications☆97Updated 10 months ago
- #include <engine>☆40Updated 7 years ago
- Dynamic AABB trees in C++ with support for periodic systems.☆334Updated 4 years ago
- A library of distance and occlusion generation routines☆111Updated last month
- GPU SPH fluids v3 from http://fluids3.com by Rama Hoetzlein☆104Updated 4 years ago
- testbeds, random bits, snippets mainly for real-time physics/graphics development. The GPU rigid body pipeline is moved to a separate rep…☆132Updated 11 years ago
- The code in this tutorial implements a BVH acceleration structure☆79Updated 5 years ago
- Acceleration structure library (BVH-, KD-Tree) with basic parallel construction☆56Updated 6 years ago
- A modified version of the public physbam repo to support using Cmake and newer Gcc compilers