Difference between revisions of "Canvas3D XUL Runner App"
Line 1: | Line 1: | ||
− | |||
== Create XUL Runner App for Canvas 3D JS Library == | == Create XUL Runner App for Canvas 3D JS Library == | ||
Line 26: | Line 25: | ||
== Links & Extra Info == | == Links & Extra Info == | ||
[[Portable_Canvas/Info]] | [[Portable_Canvas/Info]] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 14:39, 6 February 2009
Create XUL Runner App for Canvas 3D JS Library
The Canvas3D extension for Firefox can render animated and interactive 3d scenes in the browser. However, it requires a deep understanding of OpenGL, which can get rather complex.
The Canvas3D library is an environment created in JavaScript. It simplifies the process of using the extension and reduces the learning curve of working with 3d objects.
Installing the Canvas3D library has been a logistical nightmare. This project aims to create a XUL Runner application packaged with the Canvas3D extension and library, which will be easy to download/run and can update itself as the project progresses.
Relevant Links:
Usage
Releases