-
Writing to the framebuffer
Writing to the framebuffer
How do pixels end up on the monitor? How the GUI is draw and can track which thing you click on?
Turn out, The image displayed on the monitor is stored in your computer’s video RAM on the graphics card in a structure called a framebuffer. So how can we manipulate it? This artcile use Python to show it, but you got the idea. Now you know you just need to write to framebuffer to change the monitor display.
Appears in lists (1)
More like this (3)
-
Drawing 2D Metaballs with WebGL2 | Codrops
Drawing 2D Metaballs with WebGL2 — An in-depth tutorial on how to code 2D visuals using...