Difference between revisions of "Write an Updated Boot Screen"
Line 50: | Line 50: | ||
* 0.1 | * 0.1 | ||
1) Plan a design for the Boot Screen | 1) Plan a design for the Boot Screen | ||
− | 2) Write triangle.c script using C implementing OpenGL to achieve image effects | + | 2) Learn how to use OpenGL |
− | + | 3) Experiment changes in triangle.c | |
+ | 4) Write triangle.c script using C implementing OpenGL to achieve image effects | ||
+ | 5) Write raspi-splash.spec and build the raspi-splash-2.0.1 | ||
* 0.2 | * 0.2 | ||
1) Package raspi-splash-2.0-1 and test it on Pidora | 1) Package raspi-splash-2.0-1 and test it on Pidora |
Revision as of 18:19, 9 October 2013
Contents
Writing an Updated Boot Screen
Project Description
Writing am updated boot screen with the Pidora logo instead of the Fedora remix logo. Write a script using OpenGL more effectively to display image effects.
Project Leader
Ai Dow [1]
Project Contributor(s)
Project Details
Pidora includes an OpenGL-powered boot screen, which uses the Raspberry Pi Fedora Remix logo. This existing package is called raspi-splash-1.0-1 and available from http://koji.pidora.ca/koji/buildinfo?buildID=39918 .
The existing package use many image frames zipped and stored within the package. The code unzip each frame every time it runs; therefore it runs very slow and takes up memory. This project to write new script to utilize OpenGL effectively to achieve faster and smaller software with the new Pidora logo.
Project Plan
Tracking
Project updates will be posted to this page and Ai Dow's blog[2]
Key contacts
Goals by Release
Goals for each release and plans for reaching those goals:
- 0.1
1) Plan a design for the Boot Screen 2) Learn how to use OpenGL 3) Experiment changes in triangle.c 4) Write triangle.c script using C implementing OpenGL to achieve image effects 5) Write raspi-splash.spec and build the raspi-splash-2.0.1
- 0.2
1) Package raspi-splash-2.0-1 and test it on Pidora 2) Upload the tested package for review
- 0.3
1) Fix the problem found in review.
Communication
Mailing Lists
Upsteam Wiki and Web
Links/Bugs/Tracking
Source Code Control
Blogs
Ai Dow's blog[3]