norns + grid recipes
we’ve started collecting starting points for common grid interactions to help spark inspiration, clarify ambiguity, and try to share some approachable best practices.
each are written following these “house” techniques:
- use flags to determine when to redraw the grid
- use tables to track flag states and grid coordinates
- query flag states at 30fps and only redraw when things change
contributions
this isn’t an exhaustive survey, so please add your own as a PR to the docs github repo.
the DNA of a recipe:
- a summary/suggested use-case for the interaction
- annotated code
- a couple of challenges for folks to extend the interaction
GIFs are all made with @Tyler’s super-helpful GridCapture library:

ask q’s! share work!
please feel free to ask questions about any of the techniques + share your approaches to the “try this” challenges at the end of each of the stock recipes.
