I am running a linix (Ubuntu) operating system on termux (is terminal for Android without root) but without the gui. So I am running Ubuntu like sever so I can run codeserver (vscode but you run it on browser and it access the server files, which in my case is the Ubuntu server I am running on my termux (Android)). So my question is: If I create a main.c which includes sdl package so I can run a window than will the windo open somewhere? I think the answer is no. So the real question is what are the requirements for sdl so it could run on the Ubuntu server I setup and create a window and show it in codeserver. Or if it can't show in codeserver than just to show it somewhere so I know what I coded.