Skip to content
This repository has been archived by the owner on May 14, 2020. It is now read-only.

AKST/svg-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bae22e2 · Jun 30, 2015

History

13 Commits
Jun 27, 2015
Jun 26, 2015
Jun 24, 2015
Jun 24, 2015
Jun 8, 2015
Jun 30, 2015
Jun 24, 2015
Jun 24, 2015

Repository files navigation

svg-demo

image

Setup

First install leiningen, then

git clone [email protected]:AKST/svg-demo.git
cd svg-demo
lein deps
lein figwheel

A clojure repl will appear, run (in-ns 'svg-thing.core) to go into the appropiate namespace, then you can change the light and temperature like so.

(swap! app-state assoc-in [:light :explict] 0)
(swap! app-state assoc-in [:light :explict] 100)
(swap! app-state assoc-in [:temp :explict] 20)
(swap! app-state assoc-in [:temp :explict] 60)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published