sketch-mapper icon indicating copy to clipboard operation
sketch-mapper copied to clipboard

Cyclic Sketches

Open MattyB95 opened this issue 5 years ago • 0 comments

I was tasked recently with trying to find a way to allow multiple sketches to loop continuously in one graphics window. This pull request was my solution to completing that task (there was possibly a more straightforward way).

I thought I would include my work here for your consideration to move into the main project. The main files are CyclicSketch and AbstractCyclicSketch, with the remaining being examples to prove that it works as expected. It could allow others who might require something similar to be able to pick it up!

Let me know if you have any opinions either way!

MattyB95 avatar Mar 18 '20 01:03 MattyB95