Earlier quoted context omitted.
Maybe it also required GPU drivers to be installed? I clearly remember the gradient bars.
Win32 GUI wasn't composited until Vista, so it was all GDI 2D primitives rendered directly to the framebuffer. These could be accelerated, but I don't recall any case where some GDI feature would be unavailable if hardware didn't accelerate it - all primitives had software implementations, it just wouldn't be as fast. However, now that I think about it, such gradient bars must have required at least 16-bit color to w…
98.css – design system for building faithful recreations of Windows 98 UIs
131–140 of 185 posts
Re: 98.css – design system for building faithful recreations of Windows 98 UIs
#132Re: 98.css – design system for building faithful recreations of Windows 98 UIs
#133Earlier quoted context omitted.
There was no dark mode fad in 1998. Different color schemes for visually impaired people existed, but they were most often not very aesthetic.
You are correct. There was no OOTB dark mode in 1998. I remember it well because I wasted some time every now and then trying to make one using the appearance control panel. It was frustrating because I could come very close to a universal dark mode. But I remember certain types of text couldn't have their color independently set. One of them (body text? can't remember) used the same color as title bars. Which would…
Re: 98.css – design system for building faithful recreations of Windows 98 UIs
#134This is what they're supposed to look like: https://imgur.com/a/iFMJCER (98.css on top, Windows 98 below)
As far as I'm aware, the only buttons that look like that when pressed are the Start menu button and taskbar buttons.
Similarly, buttons are supposed to have a black border in addition to the dotted outline when they're focused.
Re: 98.css – design system for building faithful recreations of Windows 98 UIs
#135Earlier quoted context omitted.
You could come close to a proper dark mode, but would fall short. That's with using the color scheme editor in the control panels. I wasted too much time back in '98 trying to make a proper dark mode. Not that we called it that back then. The downfall was a type of text (body text?) which used the same color as the titlebar. It couldn't be independently set. Was a bit frustrating back then. There were the high contra…
Yeah that’s exactly what I remembered: you could make some of the UI dark for sure, but it wasn’t a real dark mode like we expect today; there was still a fair bit of light colouring because it didn’t have enough flexibility?
There was however no reason software had to adhere to that. You were free to make your app as colorful as possible. Some devs were nice enough to set the text color to black but leave everything else to use the system theme, so with your dark theme you end up with a nice black on black. I think there were even some Microsoft apps that shipped with windows that had parts that were just "hard-coded" to a light theme.
Re: 98.css – design system for building faithful recreations of Windows 98 UIs
#136Hey HN - author here. This was my burnout recovery project in April of 2020. Very much a labor of love and a surprising way to realize I still liked programming. I wrote some scattered thoughts here [0] I also "run" this project quite differently than I usually do - when I receive a pull request instead of merging it I do a quick glance through the user's github to make sure they're not a spammer before giving them _…
> This was my burnout recovery project in April of 2020. OS UI projects are actually good for this. Back in the day, when Classic Mac OS was customizable thanks to its Theme Manager, I went through a few Kaleidoscope schemes for the same reason. Very therapeutical. Well done!
Re: 98.css – design system for building faithful recreations of Windows 98 UIs
#137Re: 98.css – design system for building faithful recreations of Windows 98 UIs
#138Re: 98.css – design system for building faithful recreations of Windows 98 UIs
#139Earlier quoted context omitted.
Consider that for some people that terrible operating system might have been the first system the have ever used, maybe as a kid. I (an avid linux user who spends more time in the terminal than on a UI) certainly recall that my first contact with any computer with a keyboard was Windows 95. It was a complete mystery to me. The fascination that unexplainable object had on a 7 year old certainly had an effect on my lif…
Well alright, but I was tech support for many Windows 98 users back in the day and wow did I hate microsoft. It was such a ridiculous mess, like a house of cards. Fix one thing and another broke, cryptic dll packs when installed fixed some problems then needed patching again and again and again. And everyone blamed tech support. We were incompetent, the software came from god. fml I hate that os
Both (and more) perspectives can be valid at the same time.
Re: 98.css – design system for building faithful recreations of Windows 98 UIs
#140Tiny nitpick – buttons don't look like that when pressed in Windows 98 (or any version of Windows for that matter). This is what they're supposed to look like: https://imgur.com/a/iFMJCER (98.css on top, Windows 98 below) As far as I'm aware, the only buttons that look like that when pressed are the Start menu button and taskbar buttons. Similarly, buttons are supposed to have a black border in addition to the dotted…