← Back to context

Comment by ilyt

3 years ago

Games have privilege of controlling everything from input device to GPU pipeline. Nothing desktop is going to be that vertically integrated easily

> Nothing desktop is going to be that vertically integrated easily

Why? Are there any technical reasons?

I think this is a pure framework / system-API question.

  • Only things I can think of is that for windowed apps, you have to wait for the OS to hand you mouse events, since the mouse may be on another window, and you have to render to a window instead of directly to the framebuffer.