Difference between revisions of "XML 3D - BTS530/630 Project"

From CDOT Wiki
Jump to: navigation, search
(Use of XML 2D/3D)
 
(15 intermediate revisions by 2 users not shown)
Line 52: Line 52:
 
Eventually, this functionality will be applied to the 3D world and will assist in the transformation, scaling, and rotation or 3D objects on the screen. It will provide a larger flexibility aspect to the markup language.<br/>
 
Eventually, this functionality will be applied to the 3D world and will assist in the transformation, scaling, and rotation or 3D objects on the screen. It will provide a larger flexibility aspect to the markup language.<br/>
  
These are the basic principles that govern 2D and 3D controls over an object. An object can be anything from a simple primitive such as a line or circle to a complex 3D Mesh that can be downloaded from the internet or from the client's computer. Furthermore, the incorporation of 3D into the Canvas framework will allow this API to become robust as it advances.
+
These are the basic principles that govern 2D and 3D controls over an object. An object can be anything from a simple primitive such as a line or circle to a complex 3D Mesh that can be downloaded from the internet or from the client's computer. Furthermore, the eventual incorporation of 3D into the Canvas framework will allow this API to become robust as it advances.
  
 
== Use of XML in JavaScript ==
 
== Use of XML in JavaScript ==
Line 59: Line 59:
  
 
== Tag Reference ==
 
== Tag Reference ==
 +
This is a tentative List and will change in time (Last Updated Feb 16, 2007):
  
This is a list of Tags that will be Written as of Feb 1, 2007. This is a tentative List and will change in time:
 
 
* 2D Tags
 
* 2D Tags
**[[Canvas_3D_-_Line_Tag|<line>]] (Being Worked On...)
+
**[[Canvas_3D_-_Line_Tag|<line>]] (Completed)
 
**[[Canvas_3D_-_Arc_Tag|<arc>]] (Completed)
 
**[[Canvas_3D_-_Arc_Tag|<arc>]] (Completed)
 
**[[Canvas_3D_-_Circle_Tag|<circle>]] (Completed)
 
**[[Canvas_3D_-_Circle_Tag|<circle>]] (Completed)
 
**[[Canvas_3D_-_Rectangle_Tag|<rectangle>]] (Completed)
 
**[[Canvas_3D_-_Rectangle_Tag|<rectangle>]] (Completed)
**[[Canvas_3D_-_Image_Tag|<image>]] (Being Worked On...)
+
**[[Canvas_3D_-_Image_Tag|<image>]] (Completed)
 
* 3D Tags:
 
* 3D Tags:
 
** [[Canvas_3D_-_Cube_Tag|<cube />]] (Incomplete, Lacking 3D Backend...)
 
** [[Canvas_3D_-_Cube_Tag|<cube />]] (Incomplete, Lacking 3D Backend...)
Line 75: Line 75:
 
** [[Canvas_3D_-_Mesh_Tag|<mesh />]] (Incomplete, Lacking 3D Backend...)
 
** [[Canvas_3D_-_Mesh_Tag|<mesh />]] (Incomplete, Lacking 3D Backend...)
 
* Group Modifier Tags (2D & 3D):
 
* Group Modifier Tags (2D & 3D):
** [[Canvas_3D_-_Transform_Tags|<transform>]] (Incomplete, Scheduled for Iteration 4)
+
** [[Canvas_3D_-_Transform_Tags|<transform>]] (Completed)
** [[Canvas_3D_-_Scale_Tags|<scale>]] (Incomplete, Scheduled for Iteration 4)
+
** [[Canvas_3D_-_Scale_Tags|<scale>]] (Completed)
** [[Canvas_3D_-_Rotate_Tags|<rotate>]] (Incomplete, Scheduled for Iteration 4)
+
** [[Canvas_3D_-_Rotate_Tags|<rotate>]] (Completed)
  
 
= Iterations & Progress =
 
= Iterations & Progress =
  
Link to The Test Page is [http://zenit.senecac.on.ca/~bts630_071g07/canvas/CanvasUnitTest.xhtml available here.]
+
Link to The Test Pages: <br/>
 +
* [http://zenit.senecac.on.ca/~bts630_071g07/canvas/ArcExample.xhtml Arc Example (Updated Mar 20, 2007)]
 +
* [http://zenit.senecac.on.ca/~bts630_071g07/canvas/CircleExample.xhtml Circle Example (Updated Mar 20, 2007)]
 +
* [http://zenit.senecac.on.ca/~bts630_071g07/canvas/ImageExample.xhtml  ImageExample (Updated Mar 20, 2007)]
 +
* [http://zenit.senecac.on.ca/~bts630_071g07/canvas/LineExample.xhtml Line Example (Updated Mar 20, 2007)]
 +
* [http://zenit.senecac.on.ca/~bts630_071g07/canvas/RectangleExample.xhtml Rectangle Example (Updated Mar 20, 2007)]
 +
* [http://zenit.senecac.on.ca/~bts630_071g07/canvas/RotateExample.xhtml Rotation Example (Updated Mar 20, 2007)]
 +
* [http://zenit.senecac.on.ca/~bts630_071g07/canvas/ScaleExample.xhtml Scaling Example (Updated Mar 20, 2007)]
 +
* [http://zenit.senecac.on.ca/~bts630_071g07/canvas/TransformExample.xhtml Transformation Example (Updated Mar 20, 2007)]
 +
 
 +
BarGraph Test Page: <br />
 +
* [http://zenit.senecac.on.ca/~bts630_071g07/canvas/BargraphExample.xhtml BarGraph Example (Updated April 3, 2007)]
 +
 
 +
Development Test Page: <br />
 +
* [http://zenit.senecac.on.ca/~bts630_071g07/canvas/CanvasUnitTest.xhtml Viewable Outcome (Updated Mar 23, 2007)]
 +
 
 +
Link to Code: <br/>
 +
* [http://zenit.senecac.on.ca/~bts630_071g07/canvas/js/canvas3DCore.js JavaScript Code (Updated Mar 23, 2007)]
  
 
== Completed Iterations ==
 
== Completed Iterations ==
Line 115: Line 132:
 
** Update Wiki Site to reflect Above Changes
 
** Update Wiki Site to reflect Above Changes
  
== Incomplete Iterations ==
+
* <b>Iteration 3: Enhancing the DOM Parsing Code (Completed: Mar 1, 2007)</b>
 
 
* <b>Iteration 3: Enhancing the DOM Parsing Code (Currently Being Worked On...)</b>
 
 
** Refactor the DOM Parsing code to use DOM rather then Objects in memory
 
** Refactor the DOM Parsing code to use DOM rather then Objects in memory
 
** Write a test for the above task
 
** Write a test for the above task
Line 124: Line 139:
 
** Update Wiki Site to reflect Above Changes
 
** Update Wiki Site to reflect Above Changes
  
* <b>Iteration 4: Create Grouping Tags</b>
+
* <b>Iteration 4: Create Grouping Tags (Completed: Mar 15, 2007)</b>
 
** Scale Tag
 
** Scale Tag
 
*** Create <Scale> Tag
 
*** Create <Scale> Tag
Line 132: Line 147:
 
*** Write Test for the Rotate Tag
 
*** Write Test for the Rotate Tag
 
** Transform Tag
 
** Transform Tag
*** Create <Translate> Tag
+
*** Create <Transform> Tag
*** Write Test for Translate Tag
+
*** Write Test for Transform Tag
 
 
 
** Update Wiki Site to reflect Above Changes
 
** Update Wiki Site to reflect Above Changes
  
== Possible Ideas For Future Iterations ==
 
 
* <b>Iteration 5?: Extending 2D Functionality to Join 2D Primitives</b>
 
** Create <path> Grouping Tag to create line Joins
 
** Create <curve> Tag for different types of curves
 
** Update Wiki Site to reflect Above Changes
 
  
 
== SVN Repository ==
 
== SVN Repository ==

Latest revision as of 16:50, 10 April 2007

Programmers

Mark Paruzel
Yi Shen

Canvas Object

History

Canvas elements simplify the drawing of custom pixels to the screen as well as the modification of these pixels in real-time. There have been numerous requests for a canvas tag inside HTML documents which provided custom draw ability inside XUL (A Cross-Platform drawing management library). Unfortunately, XUL is client side based which only allows the modification of web pages from the user’s endpoint. The Canvas Tag was originally developed in order to create modifications to the browser from the server end. An on-screen Canvas object is basically a wrapper around the XUL engine that allows the visual manipulation of pixels on the webpage.

Objective

The objective of Canvas was to provide a drawing interface inside the HTML document which website designers could use to create interactive content. It also allows the designers of the webpage to change the Canvas object on the fly using JavaScript or Python. The Canvas tag exposes the functionality of XUL with added security and safeguards to prevent damage to the client's computer.

XML 2D/3D Addition to Canvas

Rationale

The basis of the Canvas tag is to provide immediate drawing to the screen. The drawing can consist of regular 2D pixel manipulations as well as a proposed 3D model manipulation. In addition, it will provide a safe and simple application programming interface (API) to the OpenGL Layer. The OpenGL Layer is a library that handles the math required for 3D transformations. Unfortunately, OpenGL has the power to talk directly to the hardware therefore allowing direct manipulation of the hardware or possibly potential damage. Consequently, the OpenGL Layer will not be included in this project due to its complex nature and constant upkeep. In addition, the OpenGL API is extremely low-level and may be confusing when exposed to the internet.

However, the first step in creating a 2D/3D Canvas element is to use a custom XML tag to specify the 2D/3D objects on the screen as well as the drawing area available. In this case, the developer will be able to create 2D and 3D objects on the client's screen as well as provide logic to modify these objects in real-time. By using the Document Object Model (DOM) to interpret the XML language and retrieve the attributes of the objects, this causes the objects to be presented for modification purposes.

The Document Object Model

The Document Object Model is an API that allows for the interpretation of HTML and XML documents. It provides a structural representation of the document, which enables for easy modification and visual representation of the webpage. In essence, it connects the markup languages to structural code inside the browser. The DOM is contained in a tree structure that allows for easy search and retrieval of HTML and XML tags and their properties. This technology allows the Canvas tags to be read and retrieved in an efficient manner.

Use of XML 2D/3D

The project consists of several iteration focusing primarily on the implementation of HTML that allow access to the 2D drawing functionality. Eventually, the functionality will extent into the 3D world once the canvas API supports it. These 3D Tags will be based upon the syntax of its counterpart, the 2D Canvas tags. Essentially, the syntax for the 2D tags will be similar to the following:

<canvas>
 -- draw a square on the screen
 <rectangle width="4" height="10" />
</canvas>

The syntax of these tags will be intuitive and flexible enough to be implemented along side regular HTML code. The initial iterations will focus only on the implementation of the 2D tags which will tie into the existing 2D drawing code. This will essentially allow a developer to use the Canvas capabilities without writing large amounts of complex JavaScript code. In addition to tags that allow simple drawing, there will be group modifier tags that will be able to change a series of tags at the same time. For example, grouping a bunch of lines together would allow for group modifications rather then modifying each line separately.

<canvas>
 -- either with an explicit 2D matrix
 <transform position="m1..m9">
  <line startposition="5, 10" endposition="40, 70" />
  <line startposition="15, 30" endposition="50, 40" />
  <line startposition="25, 60" endposition="60, 10" />
 </transform>
</canvas>

Eventually, this functionality will be applied to the 3D world and will assist in the transformation, scaling, and rotation or 3D objects on the screen. It will provide a larger flexibility aspect to the markup language.

These are the basic principles that govern 2D and 3D controls over an object. An object can be anything from a simple primitive such as a line or circle to a complex 3D Mesh that can be downloaded from the internet or from the client's computer. Furthermore, the eventual incorporation of 3D into the Canvas framework will allow this API to become robust as it advances.

Use of XML in JavaScript

In order to draw the objects onto the screen, JavaScript will be used to call functions inside the core of Firefox. The API will be written to allow programmers to not only access the various attributes of the objects but also to mitigate complexity. The webpage will initiate a call to our JavaScript functions, that will start the drawingcode.

Tag Reference

This is a tentative List and will change in time (Last Updated Feb 16, 2007):

Iterations & Progress

Link to The Test Pages:

BarGraph Test Page:

Development Test Page:

Link to Code:

Completed Iterations

  • Iteration 0: Fix Tag Compatibility (Completed: Dec 20, 2006)
    • Write DOM Parsing Code
    • Create Wiki site to detail out the Tags
    • Write JavaScript code to manage and Draw the Tags
  • Iteration 1: Fix Tag Compatibility (Completed: Jan 27, 2007)
    • Restructure the parsing Code to Accept Tags without an Ending Tag
    • Write a Test for the above task
    • Rewrite Tag parsing Code
    • Write Test for the Tag Parsing Code
    • Update the Wiki with new content
    • Issue: A temporary fix to the first task was to serve the page as XHTML (Cludgy!?)
  • Iteration 2: Create New 2D Tags (Completed: Feb 9, 2007)
    • Line Tag
      • Create <Line> Tag
      • Write Test for the Line Tag
    • Arc Tag
      • Create <Arc> Tag
      • Write Test for the Arc Tag
    • Circle Tag
      • Create <Circle> Tag
      • Write Test for the Circle Tag
    • Rectangle Tag
      • Create <Rectangle> Tag
      • Write Test for the Rectangle Tag
    • Image Tag
      • Create <Image> Tag
      • Write Test for the Image Tag
    • Update Wiki Site to reflect Above Changes
  • Iteration 3: Enhancing the DOM Parsing Code (Completed: Mar 1, 2007)
    • Refactor the DOM Parsing code to use DOM rather then Objects in memory
    • Write a test for the above task
    • Research into DOM events which are fired when changes are made
    • Write a test for the above task
    • Update Wiki Site to reflect Above Changes
  • Iteration 4: Create Grouping Tags (Completed: Mar 15, 2007)
    • Scale Tag
      • Create <Scale> Tag
      • Write Test for the Scale Tag
    • Rotate Tag
      • Create <Rotate> Tag
      • Write Test for the Rotate Tag
    • Transform Tag
      • Create <Transform> Tag
      • Write Test for Transform Tag
    • Update Wiki Site to reflect Above Changes


SVN Repository

  • svn://zenit.senecac.on.ca/bts630_071r7

References Used

Mozilla Wiki Main Page
Official Canvas 3D Wiki
Canvas 2D Reference
Canvas 3D Reference