Using MVC with a retained mode renderer
- by David Gouveia
I am using a retained mode renderer similar to the display lists in Flash. In other words, I have a scene graph data structure called the Stage to which I add the graphical primitives I would like to see rendered, such as images, animations, text. For simplicity I'll refer to them as Sprites.
Now I'm implementing an architecture which is becoming…