Improvement list - Lebby/ForScene GitHub Wiki
- 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