Version 7 (modified by sriggins, 16 years ago) (diff) |
---|
Analysis
Overview
For this task, create an alternative page scene implementation to experiment with performance tweaks, such as using OpenGL. This is done as a second engine so the main, stable engine can still be used until this faster engine is stable.
Task requirements
- Build a faster, alternative page scene module
- Investigate the use of OpenGL for performance reasons
Task result
Result is another module that is optimized so we can continue to use main module while we tune this module
Implementation idea
- Look at visualElement
- Use the main implementation as a guide for this task
Related
How to demo
(Provide instructions for demonstration of the task.)
Design
(Describe your design here.)
Implementation
(Describe and link the implementation results here (from the wiki or the repository).)
Testing
(Place the testing results here.)