Test Main Page: Difference between revisions

From OpenGL Wiki
Jump to navigation Jump to search
A complete copy of the main page, for layout testing and so forth. You know, without *breaking* the main page ;)
 
Added a wiki guide page link.
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{main page block|Welcome to the OpenGL Wiki!|[[Image:Opengl Tiny.gif|right]]This Wiki is a collection of information about OpenGL, as well as frequently asked questions about OpenGL and its API. Tutorials are also welcome and can be hosted on this Wiki.
{| id="mp-topbanner" style="width:100%; background:#f9f9f9; margin:1.2em 0 6px 0; border:1px solid #ddd; "
| style="width:350px; color:#000;" |
<div style="text-align:center; font-size:162%; border:none; margin:0; padding:.1em; color:#000;">
Welcome to the [[OpenGL]] Wiki</div>
<div style="text-align:center; top:+0.2em; font-size:95%;">
A free resource for learning about OpenGL</div>
<div style="text-align:center; top:+0.2em; font-size:95%;">
Contributions are welcome!</div>
<div id="articlecount" style="text-align:center; font-size:85%;">
[[Special:Statistics|{{NUMBEROFARTICLES}}]] articles</div>
| style="width: 135px;" |
[[Image:Opengl Tiny.gif]]
|
<!-- Deliberate space for "portals" -->
| style="width:17%; font-size:95%;" valign="top" |
* [[Portal:OpenGL Concepts|General Concepts]]
* [[Portal:Rendering Pipeline|Rendering]]
* [[Portal:OpenGL Shading Language|Shaders]]
* [[Portal:OpenGL Objects|OpenGL Objects]]
| style="width:17%; font-size:95%;" valign="top" |
* [[Portal:Development Tools|Development Tools]]
* [[Portal:Algorithms|Algorithms]]
* [[OpenGL Reference|Reference]]
* [[Guide to the OpenGL Wiki|Wiki Guide]]
|}
<div class="portal-panel" style="background-color: #FBFDFF; border-color=#000">
{| style="width: 100%"
| style="width: 25%; font-size: 90%; border:1px solid #cef2e0; background:#f5faff; vertical-align: top;" |
{{portal box|
'''[[Getting Started]]'''
* Initializing OpenGL
** [[Portal:Development_Tools#Window_Creation|Cross-platform Tools]]
** [[Creating an OpenGL Context|Manually]]
* Loading OpenGL Functions
** [[OpenGL Loading Library|Cross-platform Tools]]
** [[Load OpenGL Functions|Manually]]
<hr>
'''[[FAQ]]s'''


Contributions on this wiki are open to the public, you only need to create a user account. We ask that you please respect the content on this wiki and post only information that is relevant to OpenGL.  
'''[[Common Mistakes|Common mistakes]]'''
* [[Common Mistakes: Deprecated|Common legacy mistakes]]
* [[GLSL : common mistakes|Common GLSL mistakes]]
<hr>
'''[[OpenGL Reference|OpenGL {{current version}} function reference]]'''
* [http://www.opengl.org/sdk/docs/manglsl/ GLSL {{current version}} function reference].
}}
}}
| style="width: 75%; vertical-align: top; background: #f5fffa; border:1px solid #cef2e0" |
{{portal box|header=From the featured article|header-border=#a3bfb1|header-color=#cef2e0|
Article contents
More


{| width="100%"
en more
| valign="top" width="40%" |
{{main page block|Getting Started|
* [[Getting Started|OpenGL development setup]]
* [[Load OpenGL Functions|Loading OpenGL functions]]
** [[OpenGL Loading Library|Tools to do this automatically]]
* [[Related_toolkits_and_APIs|Additional useful development tools]]
}}
}}
| valign="top" width="30%" |
{{portal box|header=Did you know...|header-border=#a3bfb1|header-color=#cef2e0|
{{main page block|FAQs|
Article contents
* [[FAQ]]
 
* [[Common Mistakes|Common mistakes]]
More
** [[Common Mistakes: Deprecated|Common legacy mistakes]]
** [[GLSL : common mistakes|Common GLSL mistakes]]
}}
| valign="top" width="30%" |
{{main page block|OpenGL Reference|
* [[OpenGL Reference|OpenGL {{current version}} function reference]]
* [http://www.opengl.org/sdk/docs/manglsl/ GLSL {{current version}} function reference].
}}
|}


{| width="100%"
| valign="top" width="33%" |
{{main page block|[[OpenGL Object]]s|
{{object list|short}} }}
| valign="top" width="30%" |
{{main page block|[[Rendering Pipeline Overview|Rendering pipeline]]|
{{pipeline list|short}} }}
| valign="top" width="37%" |
{{main page block|[[OpenGL Shading Language]]|
{{shader list|short}} }}
|}


{| width="100%"
en more
| valign="top" width="60%" |{{main page block|OpenGL Concepts|
* [[OpenGL Context]]
** [[Core And Compatibility in Contexts|Types of contexts]]
** [[Synchronization]]
** [[Get Context Info]]
* [[OpenGL Specification|The OpenGL Specification]]
** [[OpenGL Architectural Review Board]]
* [[OpenGL Shading Language|The OpenGL Shading Language]]
* [[OpenGL Extension]]
* [[Legacy OpenGL]]
* [[History of OpenGL]]
** [[History of Programmability]]
}}
| valign="top" |{{main page block|Other useful information|
* [[Math and algorithms|Useful 3D algorithms]]
* [[Platform Specific|Platform-specific issues]]
* [[Hardware Specific|Hardware-specific issues]]
* [[Glossary]]
}}
}}
|}
|}
</div>

Latest revision as of 22:34, 30 July 2013

Welcome to the OpenGL Wiki
A free resource for learning about OpenGL
Contributions are welcome!
554 articles

From the featured article

Article contents

More


en more
Did you know...

Article contents

More


en more