Closed johnnyhoffman closed 8 years ago
Hi, I'm submitting a sketch I made to be on the examples page.
Desc: A quil sketch of a graph with slowly floating nodes, which change color according to breadth-first-search and depth-first-search.
I'm fairly new to Clojure, so I won't be surprised or offended if there are any suggestions to make my code more Clojure-esque.
Also, I noticed a couple things about the instructions here https://github.com/quil/quil/wiki/Adding-new-example-to-quil.info:
Best, -Johnny
Thanks, Johny! I'll try to optimize your code and will open pull request so you can take a look and say if you think the changes are reasonable.
Awesome, thanks - I'd love to learn from the changes you make.
Hi, I'm submitting a sketch I made to be on the examples page.
Desc: A quil sketch of a graph with slowly floating nodes, which change color according to breadth-first-search and depth-first-search.
I'm fairly new to Clojure, so I won't be surprised or offended if there are any suggestions to make my code more Clojure-esque.
Also, I noticed a couple things about the instructions here https://github.com/quil/quil/wiki/Adding-new-example-to-quil.info:
Best, -Johnny