Fork me on GitHub
#announcements
<
2023-01-11
>
Sam Ritchie00:01:11

Announcing v0.1.0 of leva.cljs ! This library provides a #reagent interface to the https://github.com/pmndrs/leva declarative GUI library. These panels can sync bidirectionally to a stateful atom or cursor. Please give the library a try via the https://leva.mentat.org written with #clerk. • Clojars: https://clojars.org/org.mentat/leva.cljs • Github: https://github.com/mentat-collective/leva.cljs • cljdoc: https://cljdoc.org/d/org.mentat/leva.cljs/0.1.0 • Interactive docs: https://leva.mentat.org And a quick GIF of a panel updating some reactive state:

💯 54
👍 4
🎉 4
robert-stuttaford04:01:18

as a Blender learner, i approve of this UI 😄

robert-stuttaford04:01:23

very cool, Sam!

❤️ 2
elken09:01:32

I've been really close to adding something like this myself! This looks great, lots of nice ideas for this 😄

❤️ 2
peterh12:01:37

Exactly what I need for my experimental/explorative projects, thanks for doing this! clojure-spin

💯 2
Irati16:01:45

The #C04F3SGPMAR wizard is here! Now you can build your next Clojure project with our new web-based HOP CLI Settings Editor. We have written a blog post explaining how we built the wizard using Babashka and Scittle. https://www.gethop.dev/post/the-wizard-of-hop-how-we-built-the-web-based-hop-cli-settings-editor-using-babashka-and-scittle

🎉 12
robert-stuttaford16:01:09

small bit of feedback: the blue links on the dark blue background are really tough on the eyes 🙂

Irati16:01:37

You are right. We've changed the background, I hope it's more readable now.

robert-stuttaford16:01:25

so much better!

👍 2
borkdude17:01:44

@U03CX2B143G nice! :) If you distribute your CLI as a .jar file then you can also install it with #babashka-bbin as a global tool - might be useful

👍 2
borkdude17:01:31

This means users could then run $ hop bootstrap instead of $ bb hop-cli.jar boostrap for example

borkdude17:01:17

This works:

bbin install  --as hop

💯 2
borkdude17:01:29

$ hop bootstrap
Usage: bootstrap <subcommand> <options>

Subcommands
...

Irati17:01:38

awesome, we will explore this for sure