Demos

These are some old demos from code I wrote back in the 90s, when I was completely obsessed with windowing systems. I spent countless hours building text-mode and graphical window managers in Turbo C and C++ on DOS — draggable windows, resizable borders, buttons, the whole works.

I recently cross-compiled the original C source into JavaScript using vibe coding — letting an LLM translate the old Turbo C and GRX routines into Canvas2D, staying faithful to the original logic and pixel-level rendering.

← Back