What if you used a late 80s Unix system for your job or university, but still wanted a nice and pretty GUI to use? Well then, let’s discover a nice selection of window managers and graphical user interfaces that will make your boring installation look awesome!

  • AllNewTypeFace@leminal.space
    link
    fedilink
    arrow-up
    4
    ·
    21 hours ago

    X11 was nifty, but limited by low ambitions. Its client/server model was simple: the application ran entirely on the UNIX host, and the terminal was just a dumb graphical display device: drawing commands went one way, and key/mouse events the other way. If only Sun had seen fit to open up NeWS, we could have ended up with apps’ UI layer running on the terminal, handling events and showing the interface, and the communication down the bottleneck between your terminal and the big UNIX machine running the business logic of the app being more structured (like, say, view-model objects and business-logic events). Of course, you’d have to write your UI code in PostScript, at least until someone invented Lua or something.