To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

From Wikipedia, the free encyclopedia

O3D
Repository
Written inJavaScript
Operating systemCross-platform
TypeJavaScript API
LicenseBSD license
Websitecode.google.com/p/o3d/

O3D is an open-source (BSD license) JavaScript API[2] created by Google for creating interactive 3D graphics applications that run in a web browser window or in a XUL desktop application. O3D may be crafted for use in any application area; however, it is geared towards games, advertisements, 3D model viewers, product demos, simulations, engineering applications, control and monitoring systems, and massive online virtual worlds. O3D is currently in Google's incubation lab, and was originally built as a web browser plugin.[3][4] Since 2010, O3D is a JavaScript library implemented on top of WebGL.[2]

O3D is viewed as bridging the gap between desktop-based 3D accelerated graphics applications and HTML-based web browsers. Proponents assert that creating a full-featured 3D graphics engine that can be downloaded and run through web browsers may eliminate the need to install large applications on a local desktop computer. This allows O3D to maximize reusability amongst application resources, while providing a robust interface to the client's CPU and GPU using JavaScript.

Originally, O3D used a plug-in based architecture which allowed 3rd party developers to integrate custom functionality, such as pre- and post-render effects, particle systems, and physics engines. Because the plugin was written in C, it communicated directly with hardware; thus, the speed of scene rendering was largely dependent on the GPU of the computer rendering it. Now, much of this same functionality is built into WebGL.

The main advantage O3D has over alternative desktop or console based 3D rendering engines is that O3D may load, render, and transform models and their respective textures dynamically, using AJAX and/or COMET in real time. Traditional compilation of source code, application resources, and object libraries are no longer necessary, since all of these are loaded in real time. These remote resources may be designed, developed, and maintained outside the core rendering or viewing application within a typical object-oriented MVC application. This makes developing rich 3D application easier because they do not need to be recompiled per resource changes, allowing for a more robust and distributive approach when designing 3D applications.

On May 7, 2010, Google announced that O3D would be changing from a plugin to a JavaScript library running on top of WebGL.[5]

YouTube Encyclopedic

  • 1/3
    Views:
    682 349
    11 125
    3 593
  • O3D Beach Demo
  • Google O3D as a CAD/BIM visualisation tool
  • Google I/O 2009 - Developing On O3D: View From The Trenches

Transcription

Welcome to the O3D Beach Demo This demo showcases the potential of rendering high quality 3D graphics in the browser. Notice the smooth hardware accelerated rendering and detailed textures. O3D supports advanced graphics techniques: for example look at the reflection on the water. You can edit the code for O3D applications and see changes in real time. In this demo use the arrow keys and the mouse to explore. You can also press "H" to get additional options such as removing demo elements. To learn more and download O3D, visit code.google.com/apis/O3d

See also

References

  1. ^ O3D Beach Demo on YouTube
  2. ^ a b O3D Project Page from Google Code
  3. ^ O3D preview from Ars Technica
  4. ^ O3D Old Plugin Developer's Page from Google Code
  5. ^ "The future of O3D".

External links

This page was last edited on 13 August 2022, at 10:13
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.