teach-ict.com logo

THE education site for computer science and ICT

Graphics Library

A computer programming term.

It is a difficult business writing software to produce screen graphics.

Typical tasks a graphics coder would need to deal with is 3 dimensional rendering, rotating objects, shading objects, lighting objects and so on.

This is where a good graphics library comes in. The library will contain a number of useful sub-routines. These sub-routines are pieces of code that perform a certain job, for example a 'shading' subroutine or a 'rotate' sub-routine. The graphics designer then calls up these routines with a few simple commands.

Challenge see if you can find out one extra fact on this topic that we haven't already told you

Click on this link: Graphics Library

2020-10