Live data from Hacker News

Ask HN: What are weird and/or novel ways to do web UIs?

news.ycombinator.com

1–10 of 364 posts

Re: Ask HN: What are weird and/or novel ways to do web UIs?

#4
it's just a proof of concept, but this web site discussed a few weeks ago absolutely blew my socks off:

discussion:

https://news.ycombinator.com/item?id=20929801

site:

https://3dforreddit.com/r/pics

From a comment:

"

How to use it Desktop: Click to start, WASD and mouse to move

Mobile: Dragging on left half of screen is move, right have is look

Append any subreddit to the url to switch subreddits

"

It should work in any browser but if you have a good GPU it will help a ton.

Re: Ask HN: What are weird and/or novel ways to do web UIs?

#7
Go spend 5 minutes here on pc desktop. http://cyberspaceandtime.com/Gaano9Y6KAU.video+related

I came across this site a few weeks ago. And it's quite unlike anything I've seen. And try to inspect the site using browser inspector. It's a very different ui than I've ever seen before.

Re: Ask HN: What are weird and/or novel ways to do web UIs?

#10
I've heard that some people build UIs with thousands of dependencies, in JavaScript that hits the server for text that is then parsed to object that are then passed through all sorts of classes that each spit out HTML. They also do some weird stuff with events like key-ups in order to re-render input fields based on objects rather than letting the browser manage those kinds of things.

Sounds pretty weird to me.

Post reply on HN