Liking cljdoc? Tell your friends :D

quil.util

Utility fns

Utility fns
raw docstring

absolute-pathclj

(absolute-path path)
source

callable?clj

(callable? value)
source

clj-compilation?clj/s

(clj-compilation?)
source

clj-unchecked-intclj/s

(clj-unchecked-int v)

In clojure it does unchecked-int and does nothing in cljs. Needed to handle colors in hex form in clojure.

In clojure it does unchecked-int and does nothing in cljs.
Needed to handle colors in hex form in clojure.
sourceraw docstring

generate-quil-constantsclj/s≠macro

clj
(generate-quil-constants target & opts)
cljs
(generate-quil-constants &form &env target & opts)
source (clj)source (cljs)

initial-internal-stateclj/s

Internal state map used to initiate all sketches.

Internal state map used to initiate all sketches.
sourceraw docstring

int-like?clj

(int-like? val)
source

make-quil-constant-mapclj/s

(make-quil-constant-map target const-map-name const-map)
source

no-fnclj/s

(no-fn)

Function that does nothing.

Function that does nothing.
sourceraw docstring

prepare-quil-clj-constantsclj/s

(prepare-quil-clj-constants constants)
source

prepare-quil-cljs-constantsclj/s

(prepare-quil-cljs-constants constants)
source

prepare-quil-nameclj/s

(prepare-quil-name const-keyword)
source

(print-definition-list definitions)
source

resolve-constant-keyclj/s

(resolve-constant-key key mappings)

Returns the val associated with key in mappings or key directly if it is one of the vals in mappings. Otherwise throws an exception.

Returns the val associated with key in mappings or key directly if it
is one of the vals in mappings. Otherwise throws an exception.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close