Live data from Hacker News

"Stick" – A primitive/fun interactive demo of a tiny rig to animate layout

cosmiciron.github.io

1–10 of 16 posts

Re: "Stick" – A primitive/fun interactive demo of a tiny rig to animate layout

#3
I have no idea what this is about. I see no stick figure or anything interactive, when I open this on my iPhone. I’d does say Idle below the reset button though. To make things worse, if you scroll down, you can’t scroll back to page top. I assume the main area intercepts the touch events, blocking scrolling…

Re: "Stick" – A primitive/fun interactive demo of a tiny rig to animate layout

#5
post #3

I have no idea what this is about. I see no stick figure or anything interactive, when I open this on my iPhone. I’d does say Idle below the reset button though. To make things worse, if you scroll down, you can’t scroll back to page top. I assume the main area intercepts the touch events, blocking scrolling…

Whenever a web page doesn't work I try a different browser. You can do that on an iPhone right?

Re: "Stick" – A primitive/fun interactive demo of a tiny rig to animate layout

#6
post #3

I have no idea what this is about. I see no stick figure or anything interactive, when I open this on my iPhone. I’d does say Idle below the reset button though. To make things worse, if you scroll down, you can’t scroll back to page top. I assume the main area intercepts the touch events, blocking scrolling…

LOL sorry my bad. Should have been more specific. It’s a demo of my layout library. The stick figure is made with a few primitives to form a so-called exclusion assembly which causes texts to flow around them. But what’s unique about it is that these primitive parts can be controlled independently via programmatic control. This turns them into a little rig essentially. I thought it was funny and could be even useful so I shared it.

Re: "Stick" – A primitive/fun interactive demo of a tiny rig to animate layout

#7
post #3

I have no idea what this is about. I see no stick figure or anything interactive, when I open this on my iPhone. I’d does say Idle below the reset button though. To make things worse, if you scroll down, you can’t scroll back to page top. I assume the main area intercepts the touch events, blocking scrolling…

Whenever a web page doesn't work I try a different browser. You can do that on an iPhone right?

I did not make the demo specifically for mobile browsers, but it does work rather well on my iPhone 16e with Safari and Chrome. I also tried it on my Pixel 10 and did not encounter any issues. The library itself is tiny ~250K so it should load right away.

Re: "Stick" – A primitive/fun interactive demo of a tiny rig to animate layout

#8
post #3

I have no idea what this is about. I see no stick figure or anything interactive, when I open this on my iPhone. I’d does say Idle below the reset button though. To make things worse, if you scroll down, you can’t scroll back to page top. I assume the main area intercepts the touch events, blocking scrolling…

It's strange that happened. I had no issue loading it on my iPhone 16e in Safari or Chrome... Could it be somehow your browser prevent Javascript from loading?

Re: "Stick" – A primitive/fun interactive demo of a tiny rig to animate layout

#9
post #4

Context: this is a demo of a deterministic layout calculation library https://github.com/cosmiciron/layoutmaster#dancing-text (not affiliated, I was just confused so saving you a click)

Thanks for the help and clarification.

Re: "Stick" – A primitive/fun interactive demo of a tiny rig to animate layout

#10

Earlier quoted context omitted.

Whenever a web page doesn't work I try a different browser. You can do that on an iPhone right?

I did not make the demo specifically for mobile browsers, but it does work rather well on my iPhone 16e with Safari and Chrome. I also tried it on my Pixel 10 and did not encounter any issues. The library itself is tiny ~250K so it should load right away.

It kills drag scroll over the flow text on my android
Post reply on HN