About: SVGALib     Goto   Sponge   NotDistinct   Permalink

An Entity of Type : yago:WikicatFreeComputerLibraries, within Data Space : dbpedia.org associated with source document(s)
QRcode icon
http://dbpedia.org/describe/?url=http%3A%2F%2Fdbpedia.org%2Fresource%2FSVGALib&graph=http%3A%2F%2Fdbpedia.org&graph=http%3A%2F%2Fdbpedia.org

SVGAlib was an open-source low-level graphics library which ran on Linux and FreeBSD and allowed programs to change video mode and display full-screen graphics, without the use of a windowing system. Some popular games like Quake and Doom have been ported to use SVGAlib.

AttributesValues
rdf:type
rdfs:label
  • SVGALib (es)
  • SVGALib (en)
  • SVGAlib (pl)
  • SVGAlib (pt)
  • SVGALib (zh)
rdfs:comment
  • SVGAlib es una biblioteca gráfica de bajo nivel y de código abierto para Linux y FreeBSD, que permite que los programas cambien el modo de vídeo y muestren gráficos a pantalla completa. Algunos juegos populares como Quake y Doom la utilizaron en sus lanzamientos originales. Aunque esta biblioteca fue popular a mediados de la década de los 90, hacia el año 2000 la mayoría de las aplicaciones que la usaban migraron a X11, a SDL o framebuffer. (es)
  • SVGAlib was an open-source low-level graphics library which ran on Linux and FreeBSD and allowed programs to change video mode and display full-screen graphics, without the use of a windowing system. Some popular games like Quake and Doom have been ported to use SVGAlib. (en)
  • svgalib是一套運行於Linux及FreeBSD下的開放原始碼低階繪圖函式庫,它允許程式設計人員變更視訊模式及全螢幕圖像,許多熱門的電腦遊戲如Quake及Doom都源自此技術。 svgalib在1990年代中期開始並遍,但到2000年之後,多數使用此技術的應用都漸次轉移到了X11 and SDL(Simple DirectMedia Layer)上。 本函式庫很容易使用,可以參考以下程式範例片段: #include #include #include int main(void){ int color = 4; int x = 10; int y = 10; unsigned int seconds = 5; /* detect the chipset and give up supervisor rights */ if (vga_init < 0) return EXIT_FAILURE; vga_setmode(G320x200x256); vga_setcolor(color); vga_drawpixel(x, y); sleep(seconds); /* restore textmode and fall back to ordinary text console handling */ vga_setmode(TEXT); return EXIT_SUCCESS;} (zh)
  • SVGAlib - biblioteka niskopoziomowej grafiki stworzona przez na zasadach otwartego oprogramowania. Umożliwia ona programom na systemach Linux oraz FreeBSD na zmianę trybu wideo oraz na wyświetlanie grafiki w tekstowej konsoli w trybie pełnoekranowym. Niektóre znane programy jak zgv oraz gry, takie jak Quake lub Quake 2 wykorzystują właśnie tą bibliotekę. Poniżej znajduje się przykładowy kod źródłowy wykorzystujący bibliotekę SVGAlib. (pl)
  • SVGAlib é uma biblioteca gráfica código aberto que funciona em Linux e FreeBSD, e permite programas a mudar o modo de vídeo e exibir gráficos em tela cheia. Alguns jogos populares como Quake e Doom o usaram em suas primeiras versões. A biblioteca foi popular em meados de 1990. Depois de 2000, muitas aplicações que o usavam, migraram para X11 e SDL, que podem usar o SVGALib como driver de vídeo. Um código de exemplo em C que usa SVGALib é mostrado abaixo: (pt)
foaf:name
  • SVGAlib (en)
foaf:homepage
name
  • SVGAlib (en)
dcterms:subject
Wikipage page ID
Wikipage revision ID
Link from a Wikipage to another Wikipage
Link from a Wikipage to an external page
sameAs
dbp:wikiPageUsesTemplate
author
  • Harm Hanemaayer (en)
developer
  • Matan Ziv-Av (en)
genre
latest release date
latest release version
operating system
platform
programming language
website
has abstract
  • SVGAlib es una biblioteca gráfica de bajo nivel y de código abierto para Linux y FreeBSD, que permite que los programas cambien el modo de vídeo y muestren gráficos a pantalla completa. Algunos juegos populares como Quake y Doom la utilizaron en sus lanzamientos originales. Aunque esta biblioteca fue popular a mediados de la década de los 90, hacia el año 2000 la mayoría de las aplicaciones que la usaban migraron a X11, a SDL o framebuffer. (es)
  • SVGAlib was an open-source low-level graphics library which ran on Linux and FreeBSD and allowed programs to change video mode and display full-screen graphics, without the use of a windowing system. Some popular games like Quake and Doom have been ported to use SVGAlib. (en)
  • SVGAlib - biblioteka niskopoziomowej grafiki stworzona przez na zasadach otwartego oprogramowania. Umożliwia ona programom na systemach Linux oraz FreeBSD na zmianę trybu wideo oraz na wyświetlanie grafiki w tekstowej konsoli w trybie pełnoekranowym. Niektóre znane programy jak zgv oraz gry, takie jak Quake lub Quake 2 wykorzystują właśnie tą bibliotekę. Poniżej znajduje się przykładowy kod źródłowy wykorzystujący bibliotekę SVGAlib. #include #include #include int main(void){ int color = 4; int x = 10; int y = 10; unsigned int seconds = 5; /* wykrywanie chipsetu i nadawanie uprawnień administratora */ if (vga_init < 0) return EXIT_FAILURE; vga_setmode(G320x200x256); vga_setcolor(color); vga_drawpixel(x, y); sleep(seconds); /* przywracanie trybu tekstowego i powrót do obsługi typowej tekstowej konsoli */ vga_setmode(TEXT); return EXIT_SUCCESS;} (pl)
  • SVGAlib é uma biblioteca gráfica código aberto que funciona em Linux e FreeBSD, e permite programas a mudar o modo de vídeo e exibir gráficos em tela cheia. Alguns jogos populares como Quake e Doom o usaram em suas primeiras versões. A biblioteca foi popular em meados de 1990. Depois de 2000, muitas aplicações que o usavam, migraram para X11 e SDL, que podem usar o SVGALib como driver de vídeo. Um código de exemplo em C que usa SVGALib é mostrado abaixo: #include #include #include int main(void){ int cor = 4; int x = 10; int y = 10; unsigned int segundos = 5; /* detecta o chipset e dá direitos de supervisor */ if (vga_init < 0) return EXIT_FAILURE; vga_setmode(G320x200x256); vga_setcolor(cor); vga_drawpixel(x, y); sleep(segundos); /* restaura modo de texto e devolve o controle para o gerenciador de console */ vga_setmode(TEXT); return EXIT_SUCCESS;} (pt)
  • svgalib是一套運行於Linux及FreeBSD下的開放原始碼低階繪圖函式庫,它允許程式設計人員變更視訊模式及全螢幕圖像,許多熱門的電腦遊戲如Quake及Doom都源自此技術。 svgalib在1990年代中期開始並遍,但到2000年之後,多數使用此技術的應用都漸次轉移到了X11 and SDL(Simple DirectMedia Layer)上。 本函式庫很容易使用,可以參考以下程式範例片段: #include #include #include int main(void){ int color = 4; int x = 10; int y = 10; unsigned int seconds = 5; /* detect the chipset and give up supervisor rights */ if (vga_init < 0) return EXIT_FAILURE; vga_setmode(G320x200x256); vga_setcolor(color); vga_drawpixel(x, y); sleep(seconds); /* restore textmode and fall back to ordinary text console handling */ vga_setmode(TEXT); return EXIT_SUCCESS;} (zh)
latest preview version
prov:wasDerivedFrom
page length (characters) of wiki page
latest release date
latest release version
  • 1.4.3
latest preview version
  • 1.9.25
computing platform
genre
operating system
programming language
foaf:isPrimaryTopicOf
is Link from a Wikipage to another Wikipage of
Faceted Search & Find service v1.17_git139 as of Feb 29 2024


Alternative Linked Data Documents: ODE     Content Formats:   [cxml] [csv]     RDF   [text] [turtle] [ld+json] [rdf+json] [rdf+xml]     ODATA   [atom+xml] [odata+json]     Microdata   [microdata+json] [html]    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 08.03.3330 as of Mar 19 2024, on Linux (x86_64-generic-linux-glibc212), Single-Server Edition (61 GB total memory, 40 GB memory in use)
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2024 OpenLink Software