|
|
|
Page headingSummer of Code 2007 – RockBox ProposalTo develop a successful software product some goals must be reached. For instance, the source code should be clean, well organized and documented as much as needed to understand it. A very important point is also the user interface. It needs to be intuitive and good looking. In this proposal I will present you my idea how to archive the goal of a nice looking user interface. A long time ago I had the idea of creating something like “skins” for Rockbox. The skins should describe (in XML) the way how meta-information should be drawn on the screen. The biggest drawback of this idea is the usage of XML. On the first look it seems to be the solution for the “skin”-project, but as we are working with embedded devices XML is not the best choice, because it can be slow and can use a lot of memory. So I thought about a nice idea how to solve this problem and worked out the following solution:Compiled Skins for RockBoxThe idea is to isolate the “rendering” of meta-information’s into a skin. For this we need to define a handful of interface – for every screen its own – and implement a basic RockBox skin. You may think now, that “skins” is a competitor or the current used wps. But I want to make use of wps in “skins”. So it is possible to easily change some Parts of the user interface without programming in C. Lets have a look how “skins” could work in the radio screen. I look like this at the moment (taken from http://download.rockbox.org/manual/rockbox-h300/rockbox-buildch5.html#x8-670005 - last viewed 27.02.2007)
So in this case the meta-information is:
Things to do for the SoC
CommentsI would prefer to use a WPS-like language for rendering. Something that is interpreted by RockBox and doesn't require C knowledge. Plugins should also be able to define an interface, so that some rendereing can be done even in plugins. -- TimoHorstschaefer - 27 Feb 2007r3 - 15 Mar 2007 - 12:19:54 - EddyComan
Copyright © by the contributing authors.
|