============================================================= PEG 1020: Calendar rendering ============================================================= :Authors: Matti Katila :Date: $Date: 2002/10/22 06:11:48 $ :Revision: $Revision: 1.1 $ :Status: Incomplete Overview -------- Calendar rendering is like picture which is bulletin board. This is one of the vital components in PP-module/project. Basics ------ One calendar is one year. Usually only parts of it are shown. Issues ------ What is needed for Calendar? -Coordinating system: ....... ---------- . ----.------- | Screen | <---- mapping <--- . | Ja.uary | | | . | Fe.r. | ---------- .......ch | | Aprill | | May.. | --- -- - - ­ -Summarum: -Two coordinating systems(cs) needed: -Calendar cs -Screen cs -Localization: -Months and Weekdays. -Solve in java side. -Speed -Render with OpenGL in C++ side -Use cpu wisely and draw only needed parts.