Jump to content

BLaBZ Blog

  • entries
    18
  • comments
    59
  • views
    18,336

An Opportunity to Revolutionize Web Presentation


BLaBZ

2,229 views

 Share

Since the birth of the internet, web sites have been constructed from HTML(HyperText Markup Language). Displaying web sites was a simple process that consisted of taking data and rendering static information to the users screen.

 

Things have become much more complicated, with animation, AJAX - a method of getting data from the server without reloading the page, and CSS (how web pages are 'styled'/themed'), yet the method in which these pages are displayed haven't changed but have been expanded. We still use HTML.

 

As of March 2011 with initial participation from Apple, Google, Mozilla, Opera, and others the Khronos Group released WebGL, which enabled browsers with support for HTML 5 to access a computers GPU(Graphics Processing Unit).

 

What does this mean exactly?

It means that powerful graphics card in your computer that renders your video games can now be used in a web browser. This is a huge advancement in web presentation that has yet to be fully utilized.

 

The Problem and the Opportunity:

WebGL is based off of OpenGL and is an API to make low level graphics calls. There isn't a framework that exists yet to simplify these calls and support web like presentation abilities.

 

Imagine if facebook or google had the ability to present information in a 3d world with any effect you can think of or imagine.

 

If you've ever tried to "style" a web page you know how tedious it can be just to add rounded corners to a box or to get something to look a particular way. It's difficult and imprecise.

 

A good exmple of what's possible can be seen here:

http://www.ambiera.c...yard&mode=webgl

 

If I wasn't working on my game engine I'd be all over this.

 Share

3 Comments


Recommended Comments

Those are awesome 3d libraries if you wanted to make a game.

 

But purely for conveying information you would want to use something different, something with a 3d based GUI system that would format text.

Link to comment

I tried three3d.js, but it's a bit slow when you add physics to it, because after all it can only use the speed of javascript to process physics. And a single exe file is much easier to run than to install a WebGL capable browser, or some web browser plugin.

Link to comment
Guest
Add a comment...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...