squadmc
squadmc copied to clipboard
Synced views
I think it would be a really nice feature that would set the app apart from others if we had the option to create "multiplayer" rooms where multiple users could view or edit the same calculations in real time.
Something I had in mind when I decided to contribute to this app. It's something I want to work on, but currently no idea if and when I will look into.
I have actually made my own version with this feature implemented. Which I have published on www.squad-calc.com. I done it using googles realtime database called firestore, which works pretty decently for this.
I do want to make a pull request, but honestly in the progress I have altered the code a lot(Not pretty). So I'm not sure how to make the pull request.
@RasmusGodske I think it's a really cool feature that you implemented. Only downside I see is that performance took a big hit, especially when using it on my phone.
If you can find a way to resolve that, or have the performance impact only when the feature is active, it would be a great addition to the app.
@Endebert Yeah I totally agree, the performance has gone down by fare, which I also consider a problem. I am continually working on it to try improve it. However currently I am other problems as well, like the sub targets haven't been implemented yet. So I am not quite ready to publish the code just yet, I want to clean up more before putting my name on it. However I can share the code with the @Endebert if you are interested.
@RasmusGodske Sure, I'd take a look if I find the time
Could be done using P2P with WebRTC