App as a desktop environment (Linux) [closed]

蹲街弑〆低调 提交于 2019-12-11 23:18:44

问题


Want to make the desktop environment as the application. Is it possible? No need to say that I need a window Manager and other things... I know that it is easier to write on Qt, but I need it to run the application as the environment.


回答1:


You could spend many months or more probably several years diving into the details of X11 and of EWMH.

I don't think it is worth your efforts, notably because several Linux distributions are giving up X11 in favor of Wayland.

See also this & that

I recommend using Qt or SDL or SFML, even for a game.



来源:https://stackoverflow.com/questions/34475602/app-as-a-desktop-environment-linux

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!