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

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

svg-demo

image

Setup

First install leiningen, then

git clone git@github.com: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