Live data from Hacker News

Show HN: Browse Reddit in 3D

3dforreddit.com

1–10 of 175 posts

Re: Show HN: Browse Reddit in 3D

#2
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

Tech stack - Babylon.js for the 3d rendering engine

- Google Cloud Function which queries Reddit Api and then transforms the data depending on the data type

- For images: Transform and serve through https://images.weserv.nl

- For videos (try /r/gifs, experimental) gets a url which can be played through a tag, which is later copied frame by frame to a texture

- For websites, use puppeteer to take a screenshot

- For multiplayer (you can see other people in the same subreddit as you) https://colyseus.io/ and App Engine Flexible

- For chat, Firestore

Also, apologies for only having one avatar option! I wanted to add different genders, characters etc but didn't have time for the MVP!

Discord for more discussion: https://discord.gg/nrxQnT

Re: Show HN: Browse Reddit in 3D

#4

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 Tech stack - Babylon.js for the 3d rendering engine - Google Cloud Function which queries Reddit Api and then transforms the data depending on the data type - For images: Transform and serve through https://images.weserv.nl - For videos…

I love it! Thanks for sharing under-the-hood stuff!

Re: Show HN: Browse Reddit in 3D

#7
Amazing, this is clearly a glimpse into a future of internet content being less like a document and more like a virtual world.

Suggestion: the enter key should focus the chat box (like a FPS game) so you don't have to hit escape then click on it.

Re: Show HN: Browse Reddit in 3D

#8
I made a similar (single-player) version a bunch of years ago when Mozilla first released WebVR or whatever they called it back then! https://github.com/mrspeaker/InternetExplorer - The controls were weird (they were ok in VR): wsad + arrows, and "enter" loaded any linked subreddits.

Surprisingly it seems like it still works (http://mrspeaker.github.io/InternetExplorer/ - though it seems that only certain image formats are loading now)

Re: Show HN: Browse Reddit in 3D

#9
post #7

Amazing, this is clearly a glimpse into a future of internet content being less like a document and more like a virtual world. Suggestion: the enter key should focus the chat box (like a FPS game) so you don't have to hit escape then click on it.

If this is what internet content is going to be like in the future I'm not looking forward to the future.
Post reply on HN