Forum Discussion
2 Replies
- rarebrdsChannel SurferI don't think this is possible, the screen needs to be redrawn each time on each frame update. If you don't clear the screen, it will continually stack items. What do you mean by a long process? Is there noticeable delay between the updates? How many objects are you sending to the screen? I've seen slowdown around ~50 objects with the streaming stick. I've not encountered any slowdown with the Roku 3 though.
- NewManLivingVisitorYou can use a compositor with sprites to emulate the functionality of an imagecanvas. However, rarebrds is correct in asking why is it taking so long. Are you recreating the bitmaps each time, do you have to download them each time ???