This is great stuff! As a side note, I wonder if anyone has created a HAM viewer that runs in the browser? I remember HAM flickering by necessity and being amazed by 4096 colors on-screen at once. There was a certain quality of HAM images on the Amiga that made them instantly identifiable.
There’s something about the Amiga era font and graphic style that I love and I always feel is unique to the Amiga but had trouble pinning it down to a particular developer or graphics artist. Ruff n Tumble is a good example, with like chunky futuristic font, the strong gradients all over everything and even the colours. It’s not common to all games though.
Yeah, I agree. I also had C64 and DOS, and while both had tons of games, the Amiga was a bit different. In a way the Amiga was kind of a stronger predecessor to e. g. Xbox or similar variants (there were also TV console games, of course, and I played them too, so these may be called more appropriately the forefront-runner towards Xbox and other consoles, but I feel that the Amiga was kind of positioned in two places here, whereas DOS was more on the application-side, business-side, than games side, even though there were also many good DOS games. Master of Orion 1 is one of my all-time favourites; Master of Orion 2 extended many things, but the gameplay also got slower and I did not like that. I loved the fast play style that was possible, also in other games, civilization 1, simcity 1 and so forth).
Somewhat related, new version of Amiga Vision collection just dropped. Very high quality product you can get for free if you are an Amiga fan. Can't get enough of included demos on my MiSTer setup.
So for anyone looking into old school graphics programming, bit planes are pretty confusing when you don't understand why they exist.
Two big reasons. First, it's about running memory chips in parallel to increase bandwidth. Image data was hard to get to the screen fast enough with hardware in that era.
Second it allowed for simple backwards compatibility. Programs were used to writing directly to video memory, and in an EGA card the start of the video memory was valid CGA data. The rest of the colour data was in a separate bit plane.
I missed out on the Amiga (introduced in 1985) at the time, being an early PC adopter. Went from CGA (1981) directly to VGA (1987).
In terms of colors the most popular VGA modes (320x200 or 320x240, 256 color palette, 18 bit color depth) are superior to the most popular Amiga graphics modes (320×200 or 320x256, 32 color palette, 12 bit color depth).
It's because of the artists. The Amiga was a much more affordable art-making machine, so many artists made graphics ON the Amiga FOR the Amiga. There were even some good-looking VGA games that under utilized the PC's capabilities because they were essentially converted Amiga games.
You're comparing 1987 VGA to 1985 Amiga? Not a realistic comparison.
Technology advanced much more rapidly in those days. Similar to how hard drive capacity seemed to double every six months for a while, or how there's a new bleeding edge AI model every three months today.
Also, VGA had 256 colors. The Amiga had 4,096 simultaneously.
Only using the party trick HAM mode though. 32 (plus 32 for the half-bright bit plane) is the mode that most software uses.
Of course in 1987 a Macintosh II with a fully expanded "Toby" framebuffer could not only do 256 colours, it could do it in 640x480 mode where as a PS/2's VGA could only do 16 colours at that resolution. And an Amiga could only do flickervision at that res.
Of course with technology improving all the time, not having a updated chipset circa 1987 that at least had a progressive scan 640x480(ish) is one of those things that really killed the chances of Amiga as a serious computer. They only got that circa 1990, and "Super VGA" was already just about becoming a thing in the PC world (and Microsoft had kinda got round to making a version of Windows that didn't suck by then). I'm not sure if the mythical Ranger had a progressive mode, but it's it does show how Commodore inability to keep the custom chips updated in a timely mannner slowly sunk the system...
Also, VGA had 256 colors. The Amiga had 4,096 simultaneously.
I know about the hold-and-modify mode (https://en.wikipedia.org/wiki/Hold-And-Modify). I tried pretty hard to word my comment fairly, remembering the sometimes legendary tenacity of Amiga fans. (Which nowadays includes yours truly.)
I liked the Amiga. I would not really use it today, but
I recall having played many games in the 1980s. Those kind
of games are mostly dead now (save for a few Indie games
perhaps). Today's games are usually always the same - 3D
engine with some fancy audio and video and a dumbed down
gameplay. (Not all games, mind you; for instance, I liked
the idea behind Little Nightmares. I never played it myself,
don't have the time, but I watched several clips on youtube
and I found the gameplay different to the "canonical" games
we now have, as perpetual repetition of a money-sell grab.)
Color cycling in the picture file format was so epic!
Fun memory: I was with my best friend at another friend's place and his father called him to do some chore. He had to quickly mow the small lawn or something like that. So we decided to prank him: I don't remember all the details but basically we launched Deluxe Paint and simulated an Amiga "guru meditation" using a font that wasn't even correct (I think because we were in 320x256 while the real guru meditation was using a mode with smaller pixels). Then in broken english we wrote something like this:
"Hardware failure. If you reboot or turn off your computer it is going to broke forever"
We then did a color cycling between red and black for one of the color and put the drawing software in "full screen".
When our friend came back, we played dumb and said we had no idea what happened but that apparently we really shouldn't turn the computer off. We managed to hold it for something like ten minutes while he though his computer was done for good but we were dying inside.
P.S: as a side note with the help of Claude Code CLI / Sonnet 4.6 I managed to recompile a 30+ years old game I wrote in DOS in the early 90s (and for which I still have the source files and assets but not the tooling) and I was using converter (which I wrote back then) to convert files between the .LBM format and a "tweaked" (320x200 / 4 planes) DOS mode I was using for the game (which allowed double-buffering without tearing). I don't remember the details but I take it that if we had .LBM picture files, me and the artist where using Deluxe Paint on the Amiga.
Once I played a similar prank to a computer science teacher. Back in the Windows 3.x for Workgroups era this was. I made a screenshot of the desktop (showing a window), and put it on as wallpaper. Took the man a little while to figure out why that window couldn't be closed (after a hard reboot later when the window popped back up :) )
You might enjoy this GDC talk by Mark Ferrari of LucasArts fame, where he goes over his pixel art technique, as well as how he did color cycling: https://www.youtube.com/watch?v=aMcJ1Jvtef0
This brought back some memories. So nice to see art from an era where you really needed talent to be able to produce it. Such a nice contrast to the AI slop which takes no talent to produce!
https://en.wikipedia.org/wiki/Hold-And-Modify
I also used that LORA and some video models to try to make a little movie with the same style[2]
Here's a guide on how to generate LORAs too if you're interested[3]
Finally, there's a DeluxePaint clone someone released that is pretty cool to play around with[4]
[1]: https://civitai.com/models/875790/amiga-deluxepaint-or-fluxd
[2]: https://www.youtube.com/watch?v=_18NBAbJSqQ&feature=youtu.be
[3]: https://reticulated.net/dailyai/creating-a-flux-dev-lora-ful...
[4]: https://github.com/mriale/PyDPainter
Jim Sachs was one of the early masters. The Wikipedia article about him does not do him justice: https://en.wikipedia.org/wiki/James_D._Sachs
One amazing thing was that even after the Amiga became available, he continued simultaneously making great art on the C-64.
Two big reasons. First, it's about running memory chips in parallel to increase bandwidth. Image data was hard to get to the screen fast enough with hardware in that era.
Second it allowed for simple backwards compatibility. Programs were used to writing directly to video memory, and in an EGA card the start of the video memory was valid CGA data. The rest of the colour data was in a separate bit plane.
In terms of colors the most popular VGA modes (320x200 or 320x240, 256 color palette, 18 bit color depth) are superior to the most popular Amiga graphics modes (320×200 or 320x256, 32 color palette, 12 bit color depth).
But somehow Amiga graphics is still often nicer.
Now for the shameless plug... My game's protagonist is an Amiga fan and the Amiga has a little cameo in it: https://store.steampowered.com/app/3040110/Outsider/
Technology advanced much more rapidly in those days. Similar to how hard drive capacity seemed to double every six months for a while, or how there's a new bleeding edge AI model every three months today.
Also, VGA had 256 colors. The Amiga had 4,096 simultaneously.
Of course in 1987 a Macintosh II with a fully expanded "Toby" framebuffer could not only do 256 colours, it could do it in 640x480 mode where as a PS/2's VGA could only do 16 colours at that resolution. And an Amiga could only do flickervision at that res.
Of course with technology improving all the time, not having a updated chipset circa 1987 that at least had a progressive scan 640x480(ish) is one of those things that really killed the chances of Amiga as a serious computer. They only got that circa 1990, and "Super VGA" was already just about becoming a thing in the PC world (and Microsoft had kinda got round to making a version of Windows that didn't suck by then). I'm not sure if the mythical Ranger had a progressive mode, but it's it does show how Commodore inability to keep the custom chips updated in a timely mannner slowly sunk the system...
I know about the hold-and-modify mode (https://en.wikipedia.org/wiki/Hold-And-Modify). I tried pretty hard to word my comment fairly, remembering the sometimes legendary tenacity of Amiga fans. (Which nowadays includes yours truly.)
Fun memory: I was with my best friend at another friend's place and his father called him to do some chore. He had to quickly mow the small lawn or something like that. So we decided to prank him: I don't remember all the details but basically we launched Deluxe Paint and simulated an Amiga "guru meditation" using a font that wasn't even correct (I think because we were in 320x256 while the real guru meditation was using a mode with smaller pixels). Then in broken english we wrote something like this:
"Hardware failure. If you reboot or turn off your computer it is going to broke forever"
We then did a color cycling between red and black for one of the color and put the drawing software in "full screen".
When our friend came back, we played dumb and said we had no idea what happened but that apparently we really shouldn't turn the computer off. We managed to hold it for something like ten minutes while he though his computer was done for good but we were dying inside.
All three of us remember that prank to this day.
https://en.wikipedia.org/wiki/Guru_Meditation
P.S: as a side note with the help of Claude Code CLI / Sonnet 4.6 I managed to recompile a 30+ years old game I wrote in DOS in the early 90s (and for which I still have the source files and assets but not the tooling) and I was using converter (which I wrote back then) to convert files between the .LBM format and a "tweaked" (320x200 / 4 planes) DOS mode I was using for the game (which allowed double-buffering without tearing). I don't remember the details but I take it that if we had .LBM picture files, me and the artist where using Deluxe Paint on the Amiga.