Explore Sierpinski triangles in Clojurescript
https://dgtized.github.io/sierpinski-sieve
Mostly an exploration of fast pixel manipulation from Clojurescript of the HTML5 Canvas API.
Install the Clojure CLI Tools
To get an interactive development environment run:
clojure -m figwheel.main -b dev -r
For an optimized production build:
clojure -m figwheel.main -bo release
Copyright (C) 2017-2024 Charles L.G. Comstock
Distributed under the MIT Public License, see LICENSE file