Hacker News new | ask | show | jobs
by asdfs 4757 days ago
Can't one produce effectively the same setup as X11 with a compositor that has a plugin system dedicated to surface positioning?
1 comments

"Surface positioning" -- especially when you want a USER INTERFACE to let human beings position the "surfaces" instead of automatically positioning them algorithmically -- is an extremely complex, open-ended problem that's too general to write a "plug-in" interface to cover. The best you can do is to "plug in" an extension language like JavaScript (or PostScript ;).