A collection of small utilities made using the geogram library (mostly).
Compile with CMake:
mkdir build
cd build
cmake ..
make -j4
Rescale a mesh to fit in a unit box, and set its min corner to 0.
Simple Poisson disk sampling in a 3D grid based on Bridson's 2007 paper.
A simple voxelization program, which takes a surface mesh as input.