If anyone's interested, there's an active HyperCard community with some fun projects. There's a Discord server, too. https://hypercard.org/
I found that community through the Avara community, a port of the classic Mac multiplayer networked mech shooter from Ambrosia: https://github.com/avaraline/Avara
Also, if you're into retro Mac stuff or just want nostalgia, the Infinite Mac project is amazing. You can run all the major Mac OS Classic releases right in the browser, you can drag and drop files from Macintosh Archive or Macintosh Garden onto the window, and you can even create an AppleTalk network between browsers: https://infinitemac.org/
It has some weird rainbow effect to it on mine, and the background flickers when I scroll.
Adding this custom CSS rule seems to fix it for me:
p { transform: scale(1.005, 1); }[1]
src: url(//www.hypertalking.com/wp-content/themes/hypertalking/fonts/bitgeneva12-webfont.eot);
src: url(//www.hypertalking.com/wp-content/themes/hypertalking/fonts/bitgeneva12-webfont.eot?iefix) format('eot'),url(//www.hypertalking.com/wp-content/themes/hypertalking/fonts/bitgeneva12-webfont.woff) format('woff'),url(//www.hypertalking.com/wp-content/themes/hypertalking/fonts/bitgeneva12-webfont.ttf) format('truetype'),url(//www.hypertalking.com/wp-content/themes/hypertalking/fonts/bitgeneva12-webfont.svg#webfontx0MbJbLm) format('svg');
[2] https://en.wikipedia.org/wiki/Geneva_(typeface)I've had this issue since my childhood, now that I think of it. On paper (especially grids) and websites. I should probably figure out what it is.
If I adblock the (beautiful) “Great Wave” image, the font reads perfectly.
I'm aware there are similar games like Endless Sky (which I've played quite a bit).
I really wish the people behind Ambrosia could be encouraged to open source everything.
I was wondering how they achieved that effect, but it doesn't seem intentional. It's not part of the CSS, and I only see it in FF, doesn't happen in Chrome.
It goes away if I switch fonts, it looks like it's some weird result of how Firefox renders the site's "BitGeneva12" font. Another odd thing, it goes away when I used FF's "Take Screenshot" feature. Also only happens when the font is 12px in size.
A crisp, high contrast display and neat, little square pixels just reinforces that kind of regenerative feedback loop.
Still looks great.
For what it is worth, an e-ink display will look fantastic! I have one and will view this eye candy on it soon enough.
Bill Atkinson's dithering algorithm is great, and I use it for photos when I put them on the blog, to keep them aesthetically in line with the rest of the site
https://www.britishmuseum.org/blog/great-wave-spot-differenc... has a nice description using wear and tear to distinguish earlier from later prints.
Edit: nowadays, artists write things like “3/50” on their prints (meaning they made fifty prints, and this is the third). That informs collectors/drives up prices for the low numbered prints.
To me, dithering reminds me of early Macs (just like the link).
NSFW art -
https://en.m.wikipedia.org/wiki/The_Dream_of_the_Fisherman%2...
Some common formats:
1 bit .... b/w (foreground or background color set per pixel)
4 bit .... 16 colors (indexed color palette or 16 shades of grey in 1 channel)
8 bit .... 256 colors (indexed color palette or 1-channel greyscale image)
12 bit ... 16 x 16 x 16 colors, 3 color channels at 4 bits for 4,096 colors total
24 bit ... 256 x 256 x 256 colors, 3 color channels at 8 bits for 16,777,216 colors total
32 bit ... as above, but including an extra alpha channel (mask) for 256 levels of transparency
There are also high-resolution color modes (e.g. in Photoshop) using either 16 bits or even 32 bits per color channel. (So 8-bit, 16-bit or 32-bit may also describe the depth for each individual color channel in imaging software.)"8-bit" is also used for graphics on 8-bit computers, most often a palette of 8 or 16 indexed colors in some sort of sub-palette (e.g., 2 bit = 4 out of 8 or 16 colors), in rare cases even 128 colors (like on the Atari 2600). Here, "8-bit" relates to the platform and not to image depth or a specific implementation.
On a whim, I picked up an e-ink display, 1800x1400 that has 16 grey shades, though I am unclear whether that is per pixel. Should know soon.
As I learn to use the display, throwing some of this art on it should look great.
That is all really. Just wanted to say nice work from one bit per pixel lover to another.
https://forums.tigsource.com/index.php?topic=40832.msg136374...