thanks Aaron!
Today we try to reproduce a Processing sketch and create an Elm API for easily making graphical sketches in Elm.
Original code is at github
elm-package install Kwarrtz/render
for the SVG render packageelm-package install elm-lang/lazy
for the lazy loading packagenpm run elm-live
to start the server ( or`./node_modules/.bin/elm-live src/Main.elm --open
)