3
6 Comments

Gather . town technologies

Hello Community,

I've recently given Gather.town (https://gather.town/) a try

I am curious about the technologies they used to build the thing , especially the 2D "game area" (is it a sort of in-browser game engine?) where avatars are supposed to move

What are you thoughts about it ? Can you point me to any implementation detail you're aware of ?

Thanks :)

  1. 2

    You can open the web inspector to get some clues.

    https://www.hostinger.com/tutorials/website/how-to-inspect-and-change-style-using-google-chrome

    A quick look at their page shows that they are using HTML canvas, with multiple canvases on top of each other representing the background, characters, etc. Not sure if it's their own engine or built on top of something.

    If you're just looking to move objects around the screen in a game-like way there are quite a few engines that will help you - just google search for "javascript canvas game engine".

  2. 1

    My educated guess is that they are driving Pixi with GSAP.

  3. 1

    I would recommend putting their links through BuiltWith. It can provide some nice insights into what a product uses (and even used to use).

  4. 1

    are you looking to build your own game?

    1. 2

      Why not? Never programmed a game, but it looks like easy as of today - and amusing

Trending on Indie Hackers
Getting first 908 Paid Signups by Spending $353 ONLY. 24 comments I talked to 8 SaaS founders, these are the most common SaaS tools they use 20 comments What are your cold outreach conversion rates? Top 3 Metrics And Benchmarks To Track 19 comments Hero Section Copywriting Framework that Converts 3x 12 comments Join our AI video tool demo, get a cool video back! 12 comments How I Sourced 60% of Customers From Linkedin, Organically 11 comments