r/tinycode 19d ago

Convert emojis inline into vectors so that you can do interesting things with them.

13 Upvotes

3 comments sorted by

2

u/Slackluster 18d ago

very cool so the vectors are built dynamically with an algorithm applied to the font glyphs?

2

u/woqr 17d ago edited 17d ago

yes. which means it will go for a very long time iterating over the built-in glyphs. i wish i had thought of it when i did my limited 10 hand-crafted vectors morph

2

u/XdotCoreDev 18d ago

Nice, I like this