carrot
carrot copied to clipboard
🥕 Build multi-device AR applications
Thanks to awesome framework. when I quickly read document I found it carrot can be run on IOS. Is there any chance to porting to android? If yes, which notes...
Currently, E_P calculations are only supported for two devices. In order to send responses to more than two devices, distinct calculations must be sent upon individual recipient broadcast. Therefore this...
Currently, sessions are stored in the application memory. Adding a memcached driver will let developers share sessions across app instances
Reproduction: Setup write pump to buffer writes with a delimiter, some of them will send together instead of as individual messages.
### What's Wrong? Currently, we are calculating the e_p value when a payload is created in the application layer of carrot as seen [here](https://github.com/carrot-ar/carrot/blob/master/response.go#L44). The issue with this is that...