-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Indicate what toolkit each app uses #209
Comments
I totally agree, I think it is necessary to indicate what kind of toolkit every software uses in order to make the choice easier. |
@purachina @benwaffle thank you guys for sharing your ideas. I agree with this too. And this is currently under making. Do you guys know where can I get some good favicon? |
The ones in wikipedia maybe? We could simply resize them. Qt svg is public domain and the GTK+ one is CC BY-SA 3.0. |
Electron Icon licensing seems to be MIT, and is listed at the link. I found a few Java icons, but none of them were first party, it seems that Java's official icon is licensed, and requires permission which isn't a huge surprise since it's Oracle. closest thing I could find was here: Java Icon But I think this is just for showing that something has a java license, not for the logo itself. I'm not sure. |
Shall I start working on this? Seems we need only a java icon, which we can figure out later. |
@BharatKalluri you are always welcomed to contribute. |
I'll take a look at implementing this again. It'd be a bear to do, but it would be rather inspirational for up and coming coders. |
@SaintFenix some inspiration https://github.com/serhii-londar/open-source-mac-os-apps |
ooooh, we could just steal theirs... :P Perhaps I'll go over and ask in their issue section, and see if they'll let me take some icons with attribution. If not, we'll do it all by hand. |
You don't have to ask @SaintFenix, any part of their work is licensed CC 1.0 |
I'm sure users would like to know if an app is written using GTK, Qt, Electron, Java, ...
The text was updated successfully, but these errors were encountered: