pink-gorilla / ui-binaryclock

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BinaryClock GitHub Actions status |pink-gorilla/ui-binary-clockClojars Project

An example how to create a custom ui renderer for goldly.

Demo

clojure -X:goldly

Navigate your webbrowser to port 8000. Snippets are in running systems / snippet-registry

In Goldly as a ui extension

In deps.edn add quil as dependency and add goldly alias

:goldly
  {:extra-deps {org.pinkgorilla/goldly {:mvn/version "RELEASE"}
               {org.pinkgorilla/ui-binaryclock {:mvn/version "0.0.4"}}
   :exec-fn goldly-server.app/goldly-server-run!
   :exec-args {:profile "watch"
               :config {:goldly {}}}}

About


Languages

Language:Clojure 69.0%Language:CSS 31.0%