shobhit / lcarswallpaper

Automatically exported from code.google.com/p/lcarswallpaper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Re-implement as 100% draw2d

GoogleCodeExporter opened this issue · comments

The current version draws the dynamic content on a large (qHD) static bitmap.  
It then draws the bitmap to the screen each frame (scaling it in the process 
for smaller/larger screens).  This seems inefficient.

A redesign would be nice to implement the LCARS interface as pure Draw2D...  
that is, draw the lines and curves each frame instead of the entire bitmap.  
However, we may simply trade the bitmap inefficiencies for all of the added 
line calculations.

Original issue reported on code.google.com by CedarRap...@gmail.com on 30 Sep 2011 at 2:59

Original comment by CedarRap...@gmail.com on 30 Sep 2011 at 3:00

  • Added labels: Milestone-Release2.0