-
-
Notifications
You must be signed in to change notification settings - Fork 38
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
Apple WWDC 2020 logo variant #122
Conversation
Are you sure we can add this logo then? I'm not 100% sure on the intricacies of licensing here, but I would surmise that we can't relicense the work made by Apple... If it were recreated in the same style, I would suppose that might count as an "original" work. |
I honestly didn't give it anywhere near this much thought. The picture isn't exactly the same. I used a random generator for the internal symbols and randomized the colors. That being said, if there are issues, I would wonder what the legality of any of the logos/trademarks are. I suspect that there isn't anyone that's going to get upset with this use case. If the size is a concern, I'd happily share my Python code that generates the ascii file. It's stupid code, done in a hurry. Perhaps it could be worked into something that generates and caches the logo on first load. As for shrinking it, I really don't have a single artistic bone in my body. Perhaps someone else will come along and redo this in a smaller size. Really, I made this change for my own use. I've always liked this graphic, and I thought I'd share. I'm not trying to sound stand-offish, but at this point, it's entirely up to you. |
I'll try to work on this within some days 👍 |
So I caught a glimpse of it, my points below :
Thanks again, bye 🙏 |
I've uploaded the code I used to generate this. I wrote this some time ago, and revisited it today. A couple points:
I don't know how useful this is to your requirements and/or goals. You can find the gist here: |
Hey @twang817, sorry for the delay. So I've checked your gist, see below my points/suggestions :
Thanks again, bye 👋 |
I noticed this has been around for a while so I've had a bit of a go at addressing some of the above concerns. I forked the gist with a few small changes to get it to output an Archey-style logo and dirtily remove redundant colour codes - https://gist.github.com/ingrinder/9e68f7bd1e2d8c9d86a0a5a594a64e1d I also made some tentative changes to allow the specific colours to be used by adding 256-colour support, see the logo/apple_wwdc20 branch. It's still "big", at 8K and 36 lines, but it looks fairly decent to me despite the size? I suppose the big empty space satisfies the Apple aesthetic...! I wouldn't really know how to start removing lines from the logo without redrawing the whole input one by hand. @HorlogeSkynet if you think this is viable, perhaps I could write some tests and @twang817 could pull it into this PR? |
Thanks @ingrinder for the hard work !!! I'm ready to review a PR for your branch 🙏 |
@twang817 I pushed onto the end of your fork, I hope that's okay - it seemed easier than making a separate PR, and I believe you won't lose credit in the commit once it's merged that way. @HorlogeSkynet I think this is ready for review, I added tests and squashed together some of my commits. Quick overview of changes:
Let me know what you think 👍 |
Splits `Colors` into a base class `Style` and a subclass `Colors`. Adds a new subclass `Colors8Bit`, which adds support for 256 colours (8-bit) mode.
@HorlogeSkynet Rebased on master and squashed into 2 commits - I removed the |
Many thanks @ingrinder 🙏 |
Description
Adds Apple's WWDC 2020 logo as a variant.
Types of changes :
Checklist :