1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-02 10:24:11 +01:00
LibrePilot/artwork/Dials
edouard d0d620d1fe Added analog altitude indicator to the master SVG, and used the B&W version of the OpenPilot logo on the upper left corner of the dial background, looks much better.
Next step is now to standardize the layer naming conventions for easy use by a GCS widget, the idea being to minimize effort for both GCS developers and Dial creators.

Again: Inkscape is the reference tool for editing this file. www.inkscape.org

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@530 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-20 09:58:32 +00:00
..
extracts This new version of the one-SVG version of the speed dial can be drawn selectively using something like: 2010-04-18 21:25:39 +00:00
attitude-001.png New 'Dials' directory for a first attempt at GCS displays. The main file is the SVG master which contains layers with all elements. Inkscape (Open Source vector editor) was used for creating these, give it a try if you want to edit the dials. 2010-04-05 14:51:09 +00:00
dials-dankers.svg Artwork - My hack at adding glass reflection bling and the monchrome logo. 2010-04-13 04:36:26 +00:00
dials-master.svg Added analog altitude indicator to the master SVG, and used the B&W version of the OpenPilot logo on the upper left corner of the dial background, looks much better. 2010-04-20 09:58:32 +00:00
heading-001.png New 'Dials' directory for a first attempt at GCS displays. The main file is the SVG master which contains layers with all elements. Inkscape (Open Source vector editor) was used for creating these, give it a try if you want to edit the dials. 2010-04-05 14:51:09 +00:00
License.txt Added climb indicator. Added tiny OP logo on the dial background, do we want to keep it there or not? 2010-04-09 08:52:24 +00:00
README.txt First attempt at creating an "extracts" directory, containing the various dials elements separated by layers. This way, developers can play around with a gadget view displaying the background and several elements stacked on top of each other, with some elements fixed, and some elements rotating. Also added short readme file to explain all this. If you like this, I will do this for all current dials, not only heading. 2010-04-13 13:32:37 +00:00
speed-001.png New 'Dials' directory for a first attempt at GCS displays. The main file is the SVG master which contains layers with all elements. Inkscape (Open Source vector editor) was used for creating these, give it a try if you want to edit the dials. 2010-04-05 14:51:09 +00:00
vario-001.png Added climb indicator. Added tiny OP logo on the dial background, do we want to keep it there or not? 2010-04-09 08:52:24 +00:00

How to use the Dials artwork:

- The file 'dials-master.svg' is the master file, as its name suggests. This means that it is the reference, and that all other SVG files in the directory are extracts from the master.

The master SVG contains layers for all elements: background, rotating/moving elements, and fixed elements.

extracts directory:

  - Dial background is contained in dials-dark-background.svg

  - Then for each dial type, there are several SVG files, one for each element: ELEMENT-00N-R or ELEMENT-00N-F depending on whether the layer should be fixed or rotating, and the order number hinting at the order by which it should be displayed.

   TODO: ideally, extracting the layers from the master SVG should be automated, but for now we are doing it manually.