A graphics library is a program 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.

PropertyValue
p:abstract
  • A graphics library is a program 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. (en)
  • Une bibliothèque graphique est une bibliothèque logicielle spécialisée dans les fonctions graphiques. Elle permet d'ajouter des fonctions graphiques à un programme. Ces fonctions sont classables en trois types qui sont apparus dans cet ordre chronologique et de complexité croissante : (fr)
  • GL è una libreria sviluppata per facilitare la generazione di computer grafica su personal computer. Generalmente include una serie di funzioni ottimizzate che gestiscono i più comuni processi di rendering. Ciò può essere realizzato esclusivamente tramite software ed essere eseguito dalla CPU (come nel caso dei sistemi embedded), oppure essere accelerato via hardware tramite una GPU (quando è presente una scheda video con un proprio processore). Facendo uso di queste funzioni, un programma può comporre un'immagine bi-tridimensionale e visualizzarla sullo schermo. Questo evita allo sviluppatore l'onere di sviluppare ed ottimizzare queste funzioni permettendogli di concentrarsi sulla visione d'insieme dell'applicazione grafica. (it)
  • Eine Grafikbibliothek ist eine Programmbibliothek, die einem Programm grundlegende Funktionen zur Grafikausgabe bereitstellt. Die bekanntesten Gruppen solcher Funktionen sind: OpenGL, eine standardisierte Programmierschnittstelle für 3D-Grafiken Sprites, aus den Ursprüngen der Computerspiele stammende Methode, jedes bewegliche Objekt auf dem Bildschirm einem Sprite zuzuweisen, und zwischen ihnen Kollisionen festzustellen Geometrische Funktionen, wie Kreis, Ellipse, ausgefüllte Rechtecke, Linien Fenstersysteme, Menüs, Dialogfenster, Buttons Schriftausgabe Meist agiert der Programmierer mit abstrakten Objekten, die dann von der jeweiligen Bibliothek auf Pixel umgesetzt werden, wobei die Gruppe der 3D-Grafiken im Gegensatz zu den 2D-Pendants vorher noch in Voxel bzw. Texel konvertiert wird. Gerade letztere haben ihre Bedeutung aus dem Spielebereich erfahren, jedoch sind auch professionelle Bildbearbeitung, medizinische Systeme, Mustererkennung und Konstruktionsabläufe (CAD) entscheidend gewesen für die Entwicklung vieler Grafikfunktionen. Grafikbibliotheken sind zu unterscheiden von eigenständigen Anwendungen zur Darstellung von Bildern, Daten und Funktionen . Theoretisch müssten solche Anwendungen nur aus einer grafischen Benutzeroberfläche bestehen, über die auf Module einer Grafikbibliothek zugegriffen wird; historisch haben sich aber Bibliotheken und Anwendungen zumeist unabhängig voneinander entwickelt. (de)
p:hasPhotoCollection
rdf:type
rdfs:comment
  • A graphics library is a program 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. (en)
  • Une bibliothèque graphique est une bibliothèque logicielle spécialisée dans les fonctions graphiques. (fr)
  • GL è una libreria sviluppata per facilitare la generazione di computer grafica su personal computer. Generalmente include una serie di funzioni ottimizzate che gestiscono i più comuni processi di rendering. (it)
  • Eine Grafikbibliothek ist eine Programmbibliothek, die einem Programm grundlegende Funktionen zur Grafikausgabe bereitstellt. (de)
rdfs:label
  • Graphics library (en)
  • Bibliothèque graphique (fr)
  • GL (grafica 3d) (it)
  • Grafikbibliothek (de)
owl:sameAs
skos:subject
foaf:page
is dbpedia-owl:genre of
is p:genre of
is owl:sameAs of