Back to list
Lv.1

Rendering

Rendering

The process of computing data and displaying it on screen as images or video.

In Simple Terms

Rendering is the process where a computer reads data and builds what you see on screen. It happens, for example, when a browser loads a website and displays it, or when 3D model data is turned into a polished image. When game characters move smoothly, it's because the computer is rendering each frame at high speed, one after another.

Behind the Name

The English word "render" means "to give" or "to represent." In the world of IT, it came to mean drawing out numerical data or program code into a form that humans can see and understand.

Take a Closer Look!

Rendering refers to the process of performing calculations based on information or data to generate images or video.
Think of it as taking the numbers and instructions inside a computer and assembling them into a form that humans can see and understand.
Note that the term is also used in audio, but here we'll focus mainly on the process of drawing out visuals on screen.

To put it simply, it's like constructing an actual building from a blueprint.
With a website, for example, a browser reads the blueprints — HTML and CSS — and calculates things like text size, color, and image placement before displaying everything on screen.
This is known as web rendering.

In the world of 3D graphics, rendering refers to calculating data such as the shape of a 3D object, how light hits it, and the texture of its surface to produce a final image.
Beyond techniques that take time to perform complex calculations and produce highly detailed visuals, there's also "real-time rendering" — used in games to instantly generate images in response to user input.
In this way, rendering is an essential process for making digital information visible.

CategoryWebDesign