Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 656 Bytes

README.md

File metadata and controls

32 lines (17 loc) · 656 Bytes

sierpinski-sieve

Explore Sierpinski triangles in Clojurescript

Overview

https://dgtized.github.io/sierpinski-sieve

Mostly an exploration of fast pixel manipulation from Clojurescript of the HTML5 Canvas API.

Setup

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

To build and publish a production deploy:

bin/publish.sh

License

Copyright (C) 2017-2024 Charles L.G. Comstock

Distributed under the MIT Public License, see LICENSE file