gabrieloc / GIOVANNI

A Gameboy Emulator for the Apple Watch
MIT License
942 stars 75 forks source link

add complication datasource #26

Closed 0xPr0xy closed 6 years ago

0xPr0xy commented 7 years ago

First, Thank you for this awesome project. indeed one of the most fun applications for the watch. I implemented a complication datasource, so we can add Gio shortcut to the watch face. still working on this, as it's not perfect yet.. (want to improve icons, and text of complications) but would like your input on what to do with these complications.

Kind regards, 0x

gabrieloc commented 7 years ago

This is awesome. Could we use the app icon instead though for the complication images?

0xPr0xy commented 7 years ago

Sure! however, we can not use the icon in its current form. Images for complication icons have to include only the alpha channel.

https://developer.apple.com/watchos/human-interface-guidelines/icons-and-images/complication-images/

You can have 2 images: foreground and background And 2 default tint colors for: foreground and background

screen shot 2017-10-13 at 17 24 56

Video that I took the screenshot from: https://developer.apple.com/videos/play/wwdc2015/209/ At time 12:10 they talk about the CLKImageProvider

If you could give me the images and colors you want to use, I can scale them to the proper sizes and update this MR.