-
Notifications
You must be signed in to change notification settings - Fork 0
Improvement list
Lebby edited this page Jun 22, 2012
·
1 revision
- Actually object use imageLayer, so scene and main root too! To improve performance it could better use Surface like main container.
- Animated object use image layer, surface could be better
- Need to rethink hierarchy and template of scene object to improve performance and to allow to choose best Layer/surface/canvas option
- Need to rework on event call system to optimize call ( instead a continuos polling is better a time based call )
- Need to use unit Test by junit