Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 687 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 687 Bytes

elmlive Sketch API

Following along elmlive @avh4 Sketch API

thanks Aaron!

youtube

Today we try to reproduce a Processing sketch and create an Elm API for easily making graphical sketches in Elm.

Random shapes final Random Shapes

Original code is at github

commands

  • elm-package install Kwarrtz/render for the SVG render package
  • elm-package install elm-lang/lazy for the lazy loading package
  • npm run elm-live to start the server ( or `./node_modules/.bin/elm-live src/Main.elm --open )