How Did we get from CLI to Graphics?

Posted by Nathaniel Bennett on Programmers See other posts from Programmers or by Nathaniel Bennett
Published on 2012-03-28T22:33:04Z Indexed on 2012/03/28 23:42 UTC
Read the original article Hit count: 299

Filed under:
|

I'm confused when looking into graphics - specifically with operating systems. I mean, how can a computer render a CLI/console along with a GUI. GUI's are completely different from Text. and How Can we have GUI windows that Display Text interfaces, ie how can we have CLI in modern Graphics Operating system - that's what I'm mainly trying to grip on to.

How Do Graphic's get rendered to display? is there some sort of memory address that a GPU access which holds all pixel data, and there system's within OS's that Gather the pixel position of Windows and Widgets, along with the Z Index and rasterize them to that memory address, which then the GPU loads to the screen?

How About the CLI's integrated with Graphics? how does the OS Tell the GPU that a certain part of the screen wants to display text while the rest, whats to display pixel data? it's all very confusing. Shed some light in it, will ya?

© Programmers or respective owner

Related posts about gui

Related posts about cli