Beat me to it but glad you did this! I'll be starting work on iOS after 1.7.0 ๐
Login to reply
Replies (3)
Iโve never actually built a Mac application, this is my first, and it was a doozy!
I should also mention I didnโt write a single line of this code. ๏ฟผ100% written with Google Antigravity.
Iโm sure what you make is going to be FAR better ๐
Honestly, I'd rather working on the backend and have the web UI just be the reference client implementation. The Android client was important though, and iOS will have some challenges (thanks Apple) but to let people play. I do my best to implement new stuff in a way that doesn't break clients that don't update as quickly as the backend so its pretty simple to just make of your own. Just have to make sure I keep the API docs up to date ๐๐๐
I will warn you, I am considering moving to websocket communication to allow device pairing but I should be able to do it in a way that doesn't impact clients much.