This code creates stippling effects using low discrepancy blue noise sampling. The output is a valid SVG file you can plot using an axis plotter.
Have a look the command line options for more details.
The original idea comes from Paul Rickards artwork.
The code is a standalone c++ code:
mkdir build
cd build
cmake ..
make