Main Page: Difference between revisions

From WebGL Public Wiki
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
<big>'''MediaWiki has been successfully installed.'''</big>
__NOTOC__


Consult the [http://meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software.
= WebGL Public Wiki =


== Getting started ==
Welcome to the WebGL public wiki!  Here you'll find resources that will help you learn about WebGL, including the current specification, documentation, implementation status, as well as a repository of known demos and web apps that take advantage of WebGL.
* [http://www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list]
* [http://www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]


== Links ==
<table width="100%">
* [http://webgl.org/bugzilla/ WebGL Bugzilla]
<tr>
<td valign="top" width="34%" style="padding: 5px; background: #CCFFE6;">
<h2 style="border: 1px solid black; padding: 5px; background: #66FFB5;">Documentation</h2>


== Syntax Highlighting Test ==
* <span style="font-weight: bold; font-size: 130%;">[[Specification]]</span>


<source lang="javascript" line>
* [[Getting Started]]
var a = 10;
* [[WebGL and OpenGL]]
for (i = 0; i < 10; ++i) {
* [[...]]
    this.call(a, i);
</td>
<td valign="top" width="33%" style="padding: 5px; background: #CCFFE6;">
<h2 style="border: 1px solid black; padding: 5px; background: #66FFB5;">Implementations</h2>


    // This is a comment
* [[Implementations/WebKit|Apple WebKit]]
    canvas.getContext("webgl");
* [[Implementations/Chrome|Google Chrome]]
    canvas.drawElements();
* [[Implementations/Firefox|Mozilla Firefox]]
    a += 1;
* [[Implementations/Opera|Opera]]
}
</td>
<td valign="top" width="33%" style="padding: 5px; background: #CCFFE6;">
<h2 style="border: 1px solid black; padding: 5px; background: #66FFB5;">Demos</h2>
<center>[[Image:Webgl-demo-collage-sm.png|link=Demo Repository]]<br>
[[Demo Repository]]</center>
</td>
</tr>
</table>
<table width="100%">
<tr>
<td valign="top" width="50%" style="padding: 5px; background: #FFDAB3;">
<h2 style="border: 1px solid black; padding: 5px; background: #FFB566;">Testing & Bug Reporting</h2>


// This is a nice function with a
* [[Testing|Testing and Status]]
// multiline comment
* [http://webgl.org/bugzilla/ Public Spec Bugzilla]
function call(a, b)
** Open Bugs
{
** Report a bug
    return a + b;
* [[Test Suite]]
}
</source>


That is some highlighted text
</td>
<td valign="top" width="50%" style="padding: 5px; background: #FFDAB3;">
<h2 style="border: 1px solid black; padding: 5px; background: #FFB566;">Other Resources</h2>
* [http://www.khronos.org/opengles/sdk/docs/man/ OpenGL ES 2.0 man pages]
* [http://learningwebgl.com/blog/ Learning WebGL Blog]
** [http://learningwebgl.com/cookbook/index.php/Main_Page Learning WebGL Cookbook]
</td>
</tr>
</table>

Revision as of 00:10, 6 December 2009


WebGL Public Wiki

Welcome to the WebGL public wiki! Here you'll find resources that will help you learn about WebGL, including the current specification, documentation, implementation status, as well as a repository of known demos and web apps that take advantage of WebGL.

Documentation

Implementations

Demos


Demo Repository

Testing & Bug Reporting

Other Resources