axelpale / openmoji-sprites

Sprite sheets made from OpenMoji.org emojis
https://axelpale.github.io/openmoji-sprites
Creative Commons Attribution Share Alike 4.0 International
1 stars 1 forks source link

Include skin tones and others with long hexcode #8

Open axelpale opened 4 years ago

axelpale commented 4 years ago

Currently only emojis with single-part hexcodes are included into the sheets. There will be tens of new sheet sets. Find a way how to navigate in these. Multipage? Review #1 ?

carlinmack commented 4 years ago

was trying to see if markdown tables would help here but messes with the dropdowns image

I think there is some merit to this approach but needs some thought image

hmm image

I think the only way to generate that procedurally would be with html though as it would be a pain to append to lines in markdown

Alternatively, I think it would be fine to have all the images in a table and have a link to download all of the assets in that category.

axelpale commented 4 years ago

Thanks for exploring the options. Interesting!

Few notes:

a link to download all of the assets in that category.

That would be nice. I believe we eventually need a reference implementation for a emoji picker to find out how the assets should be delivered. Yet, the current method has already been useful for some of my projects. Also some 31 people have already cloned the repository. As you mentioned earlier, a release could provide a link to download all sheets. A CDN would be great too.

Some further ideas to help the layout:

axelpale commented 4 years ago

I will today release a version where the sheets have double the width of the current (8 --> 16) and let us see it feels.

carlinmack commented 4 years ago

Tables tend to be bad when it comes to mobile support and responsiveness.

I don't think developers will be downloading sprite sheets onto their phones haha, that's not to say that we shouldn't think about a mobile layout but I don't think it's so important that we should sacrifice desktop experience.

axelpale commented 4 years ago

I don't think developers will be downloading sprite sheets onto their phones haha

True :) Still, I often explore and compare available libraries and tools via mobile devices. Maybe others do it too.

Any thoughts about the current wide sheet images? Any thoughts about the ease of navigation now when all skintones, flags and other long-hex emojis are available?