Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drawing Engine refactor #47

Closed
juliandescottes opened this issue Sep 7, 2012 · 1 comment
Closed

Drawing Engine refactor #47

juliandescottes opened this issue Sep 7, 2012 · 1 comment
Milestone

Comments

@juliandescottes
Copy link
Collaborator

The rendering is heavy : need to explicitely call the controller responsible for a given area of the layout, and ask it to redraw its components. And there is no common redraw or render method : for each controller you have to call different methods.

The goal of this task is to make the rendering process automatic.

A drawing loop based on request animation frame will run in the background, and will call the different controllers. The controllers will be responsible for checking the models they are relying upon and will choose the most appropriate way to redraw their UI components.

@juliandescottes
Copy link
Collaborator Author

I consider this as implemented for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant