clerk

pfeodrippe 2024-07-14T02:18:54.208519Z

Using Clerk to debug some systems in Vybe (see the graphs being activated/deactivated as I interact with the game window). Also, already being in a browser, I added dat.gui to drive some stuff (besides the button, the slider also works, but I forgot to present it :P) \o Clerk is rad

💯 2
🖤 2
🔥 2
mkvlr 2024-07-14T08:47:17.228099Z

Very cool, thanks for sharing!

❤️ 1
Drew Verlee 2024-07-14T18:32:28.001329Z

Is there a way to attach the meta data about hiding in a function so i don't have to attach it above the var each time i call the function and (in this case) hide the code. e.g...

(defn Tip ^:nextjournal.clerk/visibility {:code :hide}
  [message {:as opts :or {color "white"}}]
  (clerk/html (tip message opts)))