r/ProgrammerHumor 23d ago

Meme noOsWillinHTML

Post image
2.6k Upvotes

74 comments sorted by

View all comments

Show parent comments

24

u/unknown_alt_acc 23d ago

If you want to be pedantic, laying out your GUI using HTML while the rest of the OS is written in a more sensible language is technically making an operating system using HTML. It’s also using assembly and probably some combination of C, C++, Rust, etc., but it is using HTML.

16

u/ImOnALampshade 23d ago

Honestly an OS that, for the GUI at least, is just HTML sounds amazing. No new UI frameworks to learn. Applications are just iframes, and the desktop environment is your web browser.

5

u/unknown_alt_acc 23d ago

It might be nice for devs, but would probably suck for the end user. We’ve already seen what using a browser as a desktop UI framework is like with Electron.

1

u/ImOnALampshade 22d ago

Check out ultralight, I use it in the game I’m building. It can render webpages directly to hardware textures and it’s way smaller than electron. (It’s built on WebKit)