top | item 42928578 (no title) 1 points| cedric_h | 1 year ago discuss order hn newest cedric_h|1 year ago I made this earclipping visualizer that visually demonstrates how the technique works and provides a minimal (~70 lines with comments) implementation.The "stepping through the algorithm" is done by way of a generator; I simply "yield" after each interesting bit of progress.
cedric_h|1 year ago I made this earclipping visualizer that visually demonstrates how the technique works and provides a minimal (~70 lines with comments) implementation.The "stepping through the algorithm" is done by way of a generator; I simply "yield" after each interesting bit of progress.
cedric_h|1 year ago
The "stepping through the algorithm" is done by way of a generator; I simply "yield" after each interesting bit of progress.