Icons: Difference between revisions

From vice-emu
Jump to navigation Jump to search
Line 27: Line 27:
== what formats do we need ==
== what formats do we need ==


generally all icons should come as '''svg files'''. these can be natively used by "modern" desktops and UIs.
* generally all icons should come as '''svg files'''. these can be natively used by "modern" desktops and UIs.


additionally we will likely need various different fixed sizes (and perhaps color depths?) to support legacy things. these should come in '''png format''' (from which we can convert to whatever we really need)
* additionally we will likely need various different fixed sizes (and perhaps color depths?) to support legacy things. these should come in '''png format''' (from which we can convert to whatever we really need)


TODO: find out whats supported exactly in macOS
TODO: find out whats supported exactly in macOS
Line 44: Line 44:
|svg (guess)
|svg (guess)
|svg (guess)
|svg (guess)
|16x16 (guess)<br>32x32 (guess)<br>64x64 (guess)
|16x16 4bpp(guess)<br>32x32 8bpp(guess)<br>64x64 8bpp(guess)
|}
|}

Revision as of 23:52, 30 August 2018

Purpose of this page: collect info on what kind of icons we need. seven volunteered to create them, but needs precise info first (obviously).

TODO: update this page with more tech info, once that is done it can be passed over to seven.

what icons do we need

  • one icon per emulated system/emulator. these will be used for the GTK3 (and perhaps SDL?) window icon, and also for the icon embedded in (windows-) .exe files (transparent background)
    • SID (vsid)
    • C64 (x64, x64sc)
    • VIC20 (xvic)
    • Plus4 (xplus4)
    • DTV (x64dtv)
    • PET (xpet)
    • CBM2 (xcbm2, xcbm5x0)
    • SCPU (x64scpu)

optional

  • one icon per emulated media/emulator file format (not strictly required, system specific ways which do not exist yet must be used to register icons to the OS)
    • sid
    • d64
    • g64
    • tap
    • crt
    • t64

what formats do we need

  • generally all icons should come as svg files. these can be natively used by "modern" desktops and UIs.
  • additionally we will likely need various different fixed sizes (and perhaps color depths?) to support legacy things. these should come in png format (from which we can convert to whatever we really need)

TODO: find out whats supported exactly in macOS

TODO: find out whats supported exactly in linux

TODO: find out whats supported exactly in windows

macOS linux Windows
svg (guess) svg (guess) 16x16 4bpp(guess)
32x32 8bpp(guess)
64x64 8bpp(guess)