Changes between Version 4 and Version 5 of GROUP_SCENES_R0
- Timestamp:
- 07/09/09 15:05:53 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GROUP_SCENES_R0
v4 v5 5 5 = Analysis = 6 6 == 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. 16 8 17 9 == 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 20 22 == 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. 22 25 23 26 == Implementation idea == 24 ^(Provide some rough implementation idea(s).)^ 27 * Talk to Deni and write unit tests. 28 * Search Google. 25 29 26 30 == Related == 27 ^(Add links to related tasks that could be useful or helpful.)^ 31 [wiki:SCENE_COMMONS_R0] 32 [wiki:SCENE_COMMONS_R1] 33 28 34 29 35 == How to demo == 30 ^(Provide instructions for demonstration of the task.)^ 36 * Run unit tests. 37 * Show comparison and analysis. 31 38 32 39 = Design =