1-Bit Pixel Art Emojis
https://hypertalking.com/2023/05/15/1-bit-pixel-art-emojis/
surprisetalk · 14 days ago
17 comments
https://hypertalking.com/2023/05/15/1-bit-pixel-art-emojis/
surprisetalk · 14 days ago
17 comments
andsoitis · 8 days ago
Cool. 1-bit hi-resolution emoji would be fire.
socalgal2 · 8 days ago
What resolution? high enough and they will just appear gray scale. I think the point is for them to be low-res
trollbridge · 8 days ago
Some things are just plain beautiful.
I would gladly use this as an emoji set (alongside Chicago or Monaco).
mrhottakes · 8 days ago
This has me feeling nostalgic for Hypercard. Nice work!
srean · 8 days ago
My favorite from his site
https://hypertalking.com/2023/05/08/1-bit-pixel-art-of-hokus...
justsomehnguy · 8 days ago
BTW you can print it on a transparent film and use any coloured paper as a background layer or multiple with a different offsets and grade.
With a proper combo o depth you can get a very nice result.
srean · 8 days ago
Hey that's such a nice idea, of multiple layers.
Thanks to your idea, now I am imagining printing different layers of foreground and background on glass and stacking them with spacers for parallax.
HelloUsername · 8 days ago
Discussed on
08-may-2023 https://news.ycombinator.com/item?id=35866283 72 comments
22-apr-2026 https://news.ycombinator.com/item?id=47863570 93 comments
mathgladiator · 8 days ago
Awesome. I recently got a play.date device, so im getting into 1 bit pixel art for a game i am building. I am using as a forcing function 5o avoid the multitudes of rabbit holes possible with games. It is so refreshing!
willmeyers · 8 days ago
I was inspired by this site to run emojis through a dithering algorithm (https://dither-emojis.pages.dev/)! Nothing beats hand drawn though.
andrewstuart · 8 days ago
They look good what was your process.
willmeyers · 8 days ago
Sorry for taking so long to get back to you.
Basically I extracted the emojis from my Mac's system font. From there I downscaled them to 64x64 pixels and made them grayscale.
With this set of images I experimented with a few different algorithms. I ended up settling for just a regular ordered dithering (Bayer). But! It still didn't look that good. So what I ended up doing was normalizing the darks and lights for each emoji. This was because some emojis are lighter and darker than others. I wanted to create a uniform appearance for all of them.
So the process was (1) get emojis. (2) downscale + grayscale. (3) normalize tone. (4) dither. (5) then upscale
716dpl · 8 days ago
Great time to shoutout the work of Susan Kare: https://kareprints.com/
SpyCoder77 · 8 days ago
She was the one to do the original icons for the Macintosh
StacyC · 8 days ago
Love the website, fonts, UI and all of it! It brings back fun memories of my early Mac days.
guff_se · 8 days ago
There’s an awful lot of emdashes in that text.
dbalatero · 8 days ago
I type the emdash a lot myself; how do you know the author doesn't as well? The copy is simple and readable so even if it is AI, who cares?
krupan · 8 days ago
I hate LLMs too, but these comments are getting old. Those of us from a certain generation (who grew up using computers that this website is mimicking) were taught in our "keyboarding" classes to hit - twice to type a hyphen in the WordPerfect word processor. Guess where LLMs learned to type? By reading everything we old people wrote
ValdikSS · 8 days ago
If anyone interested in experimenting with dithering/halftoning algorithms in postscript, take a look at https://printserver.ink/blog/ghostscript-halftone/
You can implement it in PostScript, and there are many examples (with the PostScript code) in PDF specification (pages 303-307): https://opensource.adobe.com/dc-acrobat-sdk-docs/standards/p...
wlesieutre · 8 days ago
Pebble has a set of black and white emojis to go with their OS's visual language. Lots missing, but the ones they have are nicely readable for watch notification purposes.
Not as detailed as these, and using 90/45 degree angles in keeping with the rest of their graphics.
https://developer.rebble.io/guides/app-resources/system-font...
mrpeek · 8 days ago
Nice! I want a phone theme with this. Do you know any?
krupan · 8 days ago
I was unprepared for the wave of nostalgia that hit me when I went to the hos website. Grandpa's Mac computer was so cool!!
SpyCoder77 · 8 days ago
On mobile if you zoom in the background gives you a headache
semolino · 8 days ago
The page would benefit from
image-rendering: pixelated;
in the CSS which would probably(?) prevent the headache-inducing effect, which I'm guessing comes from the hard edges of the background image tiling contrasted with the bilinear upscale blur.The site looks like it was abandoned in 2023, however.
SpyCoder77 · 8 days ago
The rendering on this blank character is wrong, it is visible
kristianp · 8 days ago
The little crosses around the em-dashes? If I comment out the BitGeneva12 font in the css body they go away.
bni · 7 days ago
Another idea would be to make emojis that could be used as Amiga Workbench 1.3 icons. The Blue, white, orange and black kind.
ayaros · 7 days ago
I did play with adding the 1-bit NTT Docomo emojis, as well as the 1998 Softbank emojis, into LisaGUI (my 1-bit Lisa-themed web OS). The glyphs are at most 12 pixels squared, and fit comfortably with the existing Lisa typefaces I've added so far (although they appear vertically stretched when viewed in a 2:3 pixel aspect ratio). They are still not included and won't be until I devote some time to sorting out the slightly nightmarish shitshow that is parsing unicode emoji character sequences.