I am (maybe) learning how to ask what i actually "want".
look at the following short text? Doesnt matter WHAT it is, whats important, is the part where they explain "this is so we BUILD the executable, and it contains everything, because we want it to run without any external libraries..." (paraphrasing)
Because the 'building' is just compiling a C program, its linux
I want the... "graphics stack" (??) compiled "into" a regular C program??
I want to have the QB64 "graphics commands" available for use when I execute, can i put the stuff in there at compile time? so I dont have to depend on some "window manager application"?
because right now, I need a certain "amount" (size...) of linux to be able to run graphics executables on it.... cant i just "bind" the damned graphics commands" into a (bigger) c-compilation?
I know I am not asking the exact right questions, but, maybe now you guys will have some perhaps better idea what I am asking for.