0

I have a collection that consists of binary sequences. I want to generate a Data Matrix based on that collection. Are there any libraries in Clojure that facilitate Data Matrix generation?

Bartors
  • 180
  • 1
  • 16

1 Answers1

2

Edit: Like this.

I don't know of any specific library but you could easily implement this in Quil? Here is an example of the Game of Life in Quil that's very similar to what you are looking for.

Kyle Grierson
  • 346
  • 3
  • 12