carrot icon indicating copy to clipboard operation
carrot copied to clipboard

🥕 Build multi-device AR applications

Results 6 carrot issues
Sort by recently updated
recently updated
newest added

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...

bug
enhancement

Currently, sessions are stored in the application memory. Adding a memcached driver will let developers share sessions across app instances

enhancement
good first issue

Reproduction: Setup write pump to buffer writes with a delimiter, some of them will send together instead of as individual messages.

bug

### 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...

bug