This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
rebirth / ROADMAP
| f8c6c4e5 » | jacius | 2008-06-07 | 1 | ||
| 2 | |||||
| 3 | ROADMAP | ||||
| 4 | |||||
| 5 | |||||
| 6 | (View) | ||||
| 7 | |||||
| 8 | - Demo: Empty view, nothing displayed. Quits after 10 seconds. | ||||
| 9 | |||||
| 10 | - View class | ||||
| 11 | |||||
| 12 | |||||
| 13 | (Keyboard events) | ||||
| 14 | |||||
| 15 | - Demo: Same as above, but quits when Q key pressed and released. | ||||
| 16 | |||||
| 17 | - KeyPressed event class | ||||
| 18 | - KeyReleased event class | ||||
| 19 | - EventManager class | ||||
| 20 | |||||
| 21 | |||||
| 1d2899ac » | jacius | 2009-02-15 | 22 | (Box) | |
| f8c6c4e5 » | jacius | 2008-06-07 | 23 | ||
| 1d2899ac » | jacius | 2009-02-15 | 24 | - Demo: Same, but displays a solid white rectangle. | |
| f8c6c4e5 » | jacius | 2008-06-07 | 25 | ||
| 26 | - Shape class | ||||
| 1d2899ac » | jacius | 2009-02-15 | 27 | - Box class | |
| 28 | |||||
| 29 | |||||
| 30 | (Camera) | ||||
| 31 | |||||
| 32 | - Demo: Same. (Nonvisible changes only.) | ||||
| 33 | |||||
| 34 | - Camera class | ||||
| f8c6c4e5 » | jacius | 2008-06-07 | 35 | ||
| 36 | |||||
| 37 | (Game Object) | ||||
| 38 | |||||
| 39 | - Demo: Same. (Nonvisible changes only.) | ||||
| 40 | |||||
| 41 | - GameObject class | ||||
| 42 | |||||
| 43 | |||||
| 44 | (Circle) | ||||
| 45 | |||||
| 46 | - Demo: Same, but also displays a solid white circle. | ||||
| 47 | |||||
| 48 | - Circle class | ||||
| 49 | |||||
| 50 | |||||
| 51 | (Color) | ||||
| 52 | |||||
| 53 | - Demo: Same, but each shape is a different color. | ||||
| 54 | |||||
| 55 | - Color classes | ||||
| 56 | - Shape style (solid) | ||||
| 57 | |||||
| 58 | |||||
| 59 | (Line) | ||||
| 60 | |||||
| 61 | - Demo: Same, but also displays a colored line. | ||||
| 62 | |||||
| 63 | - Line class | ||||
| 64 | - Shape style (line) | ||||
| 65 | |||||
| 66 | (World) | ||||
| 67 | |||||
| 68 | - Demo: Same. (Nonvisible changes only.) | ||||
| 69 | |||||
| 70 | - World class. | ||||







