Fork me on GitHub
#hyperfiddle
<
2023-10-17
>
joshcho17:10:40

Maybe there's a connection with electric and this visual programming language? Feels highly reactive (albeit on a very different platform). https://github.com/samuelmtimbo/unit

Dustin Getz17:10:49

that's quite something

πŸ”₯ 1
Dustin Getz17:10:54

ill queue the video for couch time sometime, he says its for applications is there todomvc or anything like that? What's the most serious app

joshcho21:10:34

Not sure. I will probably connect with the creator at some point and circle back.

joshcho21:10:27

For now, I am trying it on my iPad (it seems built for multi-touch actually), and it's really good. Very different trying it out vs video. https://unit.land

Vincent18:10:22

I'm building a tribal link-sharing site in Electric. I am leaning towards making it open-source. I have a question about UI interactions and that if it's a list, and the gravity per item is changing in realtime, certain things will move in realtime in the ordered list. I need to add "pausing" to this dynamic motion of the ordered list. Any ideas on how I can do this idiomatically in Electric?

nivekuil19:10:57

you want your program to be a function, so parameterize time

πŸ‘ 1
Vincent19:10:27

wow you're smart

Vincent19:10:14

i actually don't understand the implications of this statement fully yet πŸ˜‚

Vincent19:10:48

a slider for playback / playforward !? could be very interesting...........

Dustin Getz01:10:54

there is a demo of a timer at the end of http://electric.hyperfiddle.net, careful it’s tricky

Vincent19:10:42

Can I use Math/pow on streaming values? πŸ˜…

βœ… 1
Vincent19:10:11

answer is Yes