pebble-dev / rebble-emojis

Community made emojis for future Rebble firmware
21 stars 4 forks source link

Remaking the existing PebbleOS emojis for RebbleOS #4

Open hellcp opened 2 years ago

hellcp commented 2 years ago

This is an exhaustive list of all the emojis in the existing firmware that need to be remade for RebbleOS, please update when new ones are added:

blakegearin commented 2 years ago

Is this supposed to be more of a science (screenshot and trace) or an art (view emojis and try to recreate)? Seems like if screenshots could be captured they could be uploaded here in bulk.

hellcp commented 2 years ago

Legally we can't just trace and reuse the existing shapes, since that's copyrighted and not owned by us.

blakegearin commented 2 years ago

Note: For these emojis it's important that we match the sizing of the originals. To find the proper height and width follow these steps:

  1. Go to Codepoints.net
  2. Use the Search bar to find the emoji's page (e.g. https://codepoints.net/U+1F494)
  3. Copy the number representation (e.g. 128148)
  4. Open the metrics.json file
  5. Search for the number representation (e.g. Ctrl + F (Windows) or Cmd + F (macOS) then type/paste in the textbox)

There will likely be 4 matches found (2 for the small version, 2 for large); underneath each match will be a height and width listed.

If a PR is submitted that doesn't exactly match the sizing of the original, then the build of the metrics check will fail. If this occurs please modify the files then commit the changes to your branch so it passes.

blakegearin commented 2 years ago

📷 (U+1F4F7, 128247) doesn't appear to be listed in the metrics.json file. Does this need to be moved to #5 or is there a reason it's on this list?

hellcp commented 2 years ago

I see it in the metrics file

blakegearin commented 2 years ago

Ah, I see it now too. Must have been searching with a whitespace character before.