SuperCollider port of the Eurorack module Grids by Mutable Instruments. This port was made possible because the source code for Grids is open source.
I wrote a blog post on my website on how one can understand C++ code from a eurorack module and port its logic to SuperCollider.
You can easily install this Quark by executing
Quarks.install("https://github.com/capital-G/sc-grids");in sclang and recompile the class library (Shift Command L).
For documentation please check out the provided help files via ScIDE.
Type in ScGrids and hit Command D while hovering with the cursor over
ScGrids - this will show you the help files.
To somehow mimic the haptic feedback of this module there is a GUI implementation which controls multiple TDefs.
For the source code of this take a look at the grids_gui.scd.
