Jump to content

Graphics library: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
also video production system
Line 83: Line 83:
* [[Segger Microcontroller Systems|emWin]]<ref>{{Cite web|url = https://www.lpcware.com/content/project/emwin-graphics-library|title = emWin Graphics Library {{!}} www.LPCware.com|archive-url = https://web.archive.org/web/20160329073825/https://www.lpcware.com/content/project/emwin-graphics-library|archive-date = 2016-03-29|url-status = dead}}</ref> An Embedded Graphics Library
* [[Segger Microcontroller Systems|emWin]]<ref>{{Cite web|url = https://www.lpcware.com/content/project/emwin-graphics-library|title = emWin Graphics Library {{!}} www.LPCware.com|archive-url = https://web.archive.org/web/20160329073825/https://www.lpcware.com/content/project/emwin-graphics-library|archive-date = 2016-03-29|url-status = dead}}</ref> An Embedded Graphics Library
* [[FLTK]]<ref>{{Cite web|url = http://www.fltk.org|title = FLTK GUI and Graphics Library {{!}} www.fltk.org}}</ref> A GUI Toolkit and Graphics Library
* [[FLTK]]<ref>{{Cite web|url = http://www.fltk.org|title = FLTK GUI and Graphics Library {{!}} www.fltk.org}}</ref> A GUI Toolkit and Graphics Library
* [[GTK]] A GUI toolkit
* [[Mesa 3D]]<ref>{{Cite web|url = http://www.mesa3d.org|title = The Mesa 3D Graphics Library}}</ref> (a library that implements OpenGL)
* [[Mesa 3D]]<ref>{{Cite web|url = http://www.mesa3d.org|title = The Mesa 3D Graphics Library}}</ref> (a library that implements OpenGL)
* [[MiniGL]]<ref>{{Cite web|url = https://github.com/victords/minigl|title = victords/minigl}}</ref> (a range of incomplete OpenGL implementations)
* [[MiniGL]]<ref>{{Cite web|url = https://github.com/victords/minigl|title = victords/minigl}}</ref> (a range of incomplete OpenGL implementations)

Revision as of 00:53, 29 May 2021

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.

The use of graphics libraries in connection with video production systems, such as Pixar RenderMan, is not covered here.

Latest Graphics Library usage across Operating Systems:
OS Vulkan Direct X GNMX Metal
Windows 10 Free, Nvidia and AMD Free, MS no no
Mac Free, MoltenVK no no Free, Apple
GNU/Linux Free no no no
Android Free no no no
iOS Free, MoltenVK no no Free, Apple
Tizen in Development no no no
Sailfish in Development no no no
Xbox One no Free no no
Orbis OS (PS4) no no Free no
Nintendo Switch Free no no no

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". Archived from the original on 2016-03-29.
  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. ^ "Qt - Home".
  10. ^ "SFML".
  11. ^ "SIGIL: Sound, Input, and Graphics Integration Library". www.libsigil.com. Retrieved 2016-06-21.
  12. ^ "Simple DirectMedia Layer - Homepage".
  13. ^ "Skia Graphics Library".