Robert Long
Robert Long
Third Room is a custom Matrix client built around 3D worlds. The UI is built with React and it uses the Hydrogen Matrix SDK for interacting with Matrix and rendering...
We need to figure out how many users we can have in a world with our current networking limitations and avatar rendering techniques. Ideally this is somewhere around ~20 participants...
Once you're in a chat there's no way to invite that person to the room. I think we should add a method of sending an invite from the chat dialog....
Clicking the `+` icon in the rooms tab should show a dropdown like the worlds tab that allows you to join a room by alias or create a room. This...
Currently we don't rewrite the url to the correct file or even show a 404 page when the .html extension is omitted. We should fix this.
It'd be nice to have a guide with some basic tips on how to create a scene with good performance.
I'm currently using Cloudflare Workers with the [Apple App Store Server API](https://developer.apple.com/documentation/appstoreserverapi). This api uses JWS with X509 verification. In order to parse and verify responses from the server we...