Difference between revisions of "User:Cwdesautels/OSD600"

From CDOT Wiki
Jump to: navigation, search
Line 2: Line 2:
 
*[http://zenit.senecac.on.ca/wiki/index.php/User:Cwdesautels Back to Me]
 
*[http://zenit.senecac.on.ca/wiki/index.php/User:Cwdesautels Back to Me]
 
== Project Name ==
 
== Project Name ==
a
+
 
 +
Create a WebGL Performance Test Suite
 +
 
 
== Project Description ==
 
== Project Description ==
a
+
 
 +
Compare the speed of Mozilla's WebGL implementation with other implementations, and build an automated test suite to allow Mozilla to track that it's implementation doesn't get slower over time.
 +
 
 
== Project Leader(s) ==
 
== Project Leader(s) ==
a
+
 
== Project Contributor(s)==
+
n/a
a
+
 
 +
== Project Contributor(s) ==
 +
 
 +
Vlad(irc nick)
 +
 
 
== Project Details ==
 
== Project Details ==
a
+
 
 +
The project will create a suite for test automation using javascript. The suite will test demos created using webGL in a canvas in an html5 browser and compare it to a demo created using openGL
 +
 
 +
== Project Plan ==
 +
 
 +
Goals for each release:
 +
* 0.1: Layout and create automation framework
 +
* 0.2: create webGL demo, integrate with automation
 +
* 0.3: create comparison openGL demo and integrate
 +
 
 
== Project News ==
 
== Project News ==
a
+
 
 +
- Working on https://developer.mozilla.org/en/WebGL achieving research and practical application of reading into a working webGL demo

Revision as of 12:45, 7 October 2010

OSD600

Project Name

Create a WebGL Performance Test Suite

Project Description

Compare the speed of Mozilla's WebGL implementation with other implementations, and build an automated test suite to allow Mozilla to track that it's implementation doesn't get slower over time.

Project Leader(s)

n/a

Project Contributor(s)

Vlad(irc nick)

Project Details

The project will create a suite for test automation using javascript. The suite will test demos created using webGL in a canvas in an html5 browser and compare it to a demo created using openGL

Project Plan

Goals for each release:

  • 0.1: Layout and create automation framework
  • 0.2: create webGL demo, integrate with automation
  • 0.3: create comparison openGL demo and integrate

Project News

- Working on https://developer.mozilla.org/en/WebGL achieving research and practical application of reading into a working webGL demo