Difference between revisions of "OpenGL"

From BOINC Wiki
Jump to: navigation, search
(Saving FAQ 198)
 
(adding table)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
From Wikipedia:
+
From [http://en.wikipedia.org/wiki/OpenGL Wikipedia]<br>
  
 
OpenGL (Open Graphics Library) is a standard specification defining a cross-language cross-platform API for writing applications that produce 2D and 3D computer graphics. The interface consists of over 250 different function calls which can be used to draw complex three-dimensional scenes from simple primitives. OpenGL was developed by Silicon Graphics Inc. (SGI) in 1992 and is widely used in CAD, virtual reality, scientific visualization, information visualization, and flight simulation. It is also used in video games, where it competes with Direct3D on Microsoft Windows platforms.  
 
OpenGL (Open Graphics Library) is a standard specification defining a cross-language cross-platform API for writing applications that produce 2D and 3D computer graphics. The interface consists of over 250 different function calls which can be used to draw complex three-dimensional scenes from simple primitives. OpenGL was developed by Silicon Graphics Inc. (SGI) in 1992 and is widely used in CAD, virtual reality, scientific visualization, information visualization, and flight simulation. It is also used in video games, where it competes with Direct3D on Microsoft Windows platforms.  
Line 11: Line 11:
  
 
OpenGL 2.0 and above can do multiple monitors from a single RAMDAC.  
 
OpenGL 2.0 and above can do multiple monitors from a single RAMDAC.  
 +
 +
 +
{| class="wikitable" style="text-align: center;"
 +
! Original writer
 +
! Original FAQ
 +
! Date
 +
|-
 
  | Jorden
 
  | Jorden
  | 6
+
  | [http://boincfaq.mundayweb.com/index.php?language=1&view=194 194]
| 1
+
  | 19-05-2008
| 02:01:09
+
  |-
| 2008-05-19
+
|}
| 81963
 
| 1
 
| 194
 
  | 2008-05-19 02:01:09
 
  | 2008-05-19 02:01:09
 
|-
 

Latest revision as of 22:42, 29 August 2016

From Wikipedia

OpenGL (Open Graphics Library) is a standard specification defining a cross-language cross-platform API for writing applications that produce 2D and 3D computer graphics. The interface consists of over 250 different function calls which can be used to draw complex three-dimensional scenes from simple primitives. OpenGL was developed by Silicon Graphics Inc. (SGI) in 1992 and is widely used in CAD, virtual reality, scientific visualization, information visualization, and flight simulation. It is also used in video games, where it competes with Direct3D on Microsoft Windows platforms.

BOINC graphics use OpenGL 1.0 compatibility.

Multiple monitor use. By default OpenGL 1.0 can only show on multiple monitors when: 1. You have multiple video cards. 2. You have a video card with multiple RAMDACs.

OpenGL 2.0 and above can do multiple monitors from a single RAMDAC.


Original writer Original FAQ Date
Jorden 194 19-05-2008