Graphics library

A graphics library is a program library designed to aid in rendering computer graphics to a monitor. This typically involves providing optimized versions of functions that handle common rendering tasks. This can be done purely in software and running on the CPU, common in embedded systems, or being hardware accelerated by a GPU, more common in PCs. By employing these functions, a program can assemble an image to be output to a monitor. This relieves the programmer of the task of creating and optimizing these functions, and allows them to focus on building the graphics program. Graphics libraries are mainly used in video games and simulations.

Some APIs use Graphics Library (GL) in their name, notably OpenGL and WebGL.

Examples

See also

References

  1. "cairographics.org". cairographics.org. Retrieved 2016-01-03.
  2. "Clutter Project – Have fun!". clutter-project.org. Retrieved 2016-01-03.
  3. "DirectX". DirectX Graphics and Gaming (Windows) - MSDN - Microsoft.
  4. "emWin Graphics Library | www.LPCware.com".
  5. "FLTK GUI and Graphics Library | www.fltk.org".
  6. "The Mesa 3D Graphics Library".
  7. "victords/minigl".
  8. "Open Inventor® | Open Inventor 3D SDK".
  9. "Open Skia".
  10. "Qt - Home".
  11. "SFML".
  12. "Simple DirectMedia Layer - Homepage".
  13. "Skia Graphics Library".
  14. "SIGIL: Sound, Input, and Graphics Integration Library". www.libsigil.com. Retrieved 2016-06-21.
This article is issued from Wikipedia - version of the 8/15/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.