schell / bang

A display list and event system for creating 2D HTML5 canvas apps.
schell.github.com/bang
4 stars 0 forks source link

Render cacheing #7

Open schell opened 11 years ago

schell commented 11 years ago

Write a cache into every view for itself and its subviews. The cache will be set by the stage when a view changes, causing the branch-line that the view lives on to be recached.