Changes between Version 4 and Version 5 of GROUP_SCENES_R0


Ignore:
Timestamp:
07/09/09 15:05:53 (16 years ago)
Author:
gogov
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GROUP_SCENES_R0

    v4 v5  
    55= Analysis = 
    66== Overview == 
    7  * Algorithmic optimizations 
    8   * Sprites 
    9    * Caching 
    10   * Tile caching 
    11  * Video cards utilization 
    12  * ImageEditor? 
    13   * lots of effects 
    14  * BufferedImage -> effect -> BufferedImage 
    15  * Java Advanced Imaging API? 
     7 This is intended to be a short task with no great visible result, though it's important to be done in order to prepare for an effective and efficient Scenes implementation. 
    168 
    179== Task requirements == 
    18 ^(List the necessary requirements that the task must fulfill.)^ 
    19  
     10 * Finish SCENE_COMMONS_R1 by providing unit tests for it and fixing mistakes if any. 
     11 * Research and compare different alternatives for improving Scenes' peformance: 
     12  * Algorithmic optimizations. These ideas are described in http://asteasolutions.net/videos/2009-05-16,17-Discussions/2009-05-16-Discussion04%20-%20Scene%20Effects(bg%20audio).mpg 
     13   * Sprites 
     14   * Tiles 
     15  * GL utilization 
     16   * How to integrate a GL lib with the Scenes hierarchy? 
     17   * How to utilize OpenGL if possible? 
     18   * Could the video memory of the graphics card be utilized? 
     19   * JOGL? 
     20   * Java3D 
     21    
    2022== Task result == 
    21 ^(List the end product of the task (for example "Source code", "Wiki page", etc.))^ 
     23 * Finished unit tests for SCENE_COMMONS_R1 
     24 * Some analysis on the different libs. 
    2225 
    2326== Implementation idea == 
    24 ^(Provide some rough implementation idea(s).)^ 
     27 * Talk to Deni and write unit tests. 
     28 * Search Google. 
    2529 
    2630== Related == 
    27 ^(Add links to related tasks that could be useful or helpful.)^ 
     31[wiki:SCENE_COMMONS_R0] 
     32[wiki:SCENE_COMMONS_R1] 
     33 
    2834 
    2935== How to demo == 
    30 ^(Provide instructions for demonstration of the task.)^ 
     36 * Run unit tests. 
     37 * Show comparison and analysis. 
    3138 
    3239= Design =