Your question is hard to understand entirely, but I take it you’re asking if it’s possible, in Linux, to start a graphical program from a text-mode console, without the typical (X- or Wayland-based) GUI.
The answer to that is yes, and it always has been (on Linux at least). The mechanisms to do this have changed over the years. Currently, programs which support this type of feature usually do so using the framebuffer, aka `fbdev`, often using a library called `libdirectfb`. Examples include VLC and mplayer, so you can play videos without running an X or Wayland server. X and Wayland are also examples, and they also support `fbdev`, but they usually use other mechanisms (KMS with DRM, or specific drivers).
In the past, many games supported this using a library called SVGAlib, but that has not been supported for a long time. Examples of this include Doom, Quake, Abuse...