brilliantlabsAR / frame-codebase

The complete codebase for Frame
https://www.brilliant.xyz
Other
146 stars 30 forks source link

[feature request] Cast the display of a phone #224

Open josuah opened 1 week ago

josuah commented 1 week ago

While the communication is Bluetooth, a protocol that does incremental drawing would allow to repaint only a small region at a time by comparing with the previous frame.

This does not play well with scrolling or animations, but a filter could be added to wait that the phone screen becomes still before sending the new frame, as a list of pixel that changed.