Three 3D Web Browsers Reviewed
mikemuch writes "Use that graphics card for something besides games. ExtremeTech has a group review of three browsers that use some aspect of 3D to display the Web. While none of them are going to put Firefox or IE out of business any time soon, they're fun to play with and give a new slant to the Web." From the article: "Whatever happened to the virtual reality, 3D world of the Web? Back in the late '90s, all the hype was about VRML -- Virtual Reality Markup Language -- which would turn the web into an immersive environment that you'd maneuver around to get to the information you wanted. We're here to tell you that the reports of the 3D Web's death are greatly exaggerated."
But still completely useless and unneeded
Hack the Gibson!!
...that 3D graphics have been used to display web data. Back in the early 90s, CompuServe had a virtual mall which was a bit like that. It was painfully slow; a real gimmick. I can't see any benefit beyond the gimmick for then, and now.
My first thought was VRML and what a clunky thing that was before it all but vanished. I've still got books and CD's for doing stuff in it, in a box somewhere, probably in the car-port.
Not really what I had in mind when I thought about what would make for decent 3D browsing. This looks like something you could knock off in a plug-in, like Flash. Probably has some decent uses, like creating a game on your own website or a Realtor giving you a VR tour of a house (which i think someone nearby already has.) Handy for exploring a Mall, to see where a shop is rather than looking at those little hand-bills which are sometimes so artsy-fartsy you just try to go in the general direction and hope you find it. Hope people keep these sites updated. More content==more overhead for maintenance.
A feeling of having made the same mistake before: Deja Foobar
Second Life is a sort of 3D web browser. To me, Second Life is everything I envisioned and more when I first heard about VRML.
We need a decent ubiquitous 3D plugin for things like showing off stuff you can buy in 3D.
We don't need a browser to show us a 3D representation of the web, because that is too much information. Hyperbolic mappings are not somehow more intuitive than simple lists. In fact, they are less so.
When we get common 3D displays and controllers, then my position will change.
there is no need to sign your posts. this isn't usenet. your username is right there above your post. stop it.
I can see the need for "visualisation". See, the step from command line to graphical interface surely did some good for people who can't be bothered to learn the commands. While this caused the influx of dimwits to the web, it certainly was something that faciliated the approach by heaps. The information can be presented in a way that is easier to understand.
Now, 3D graphics on a 2D display is the opposite. Instead of presenting information in an easier understandable way, it obscures it. Basically, what we lack now is suitable interfaces. Input as well as output. The mouse is not the best way to navigate in a three dimensional world, neither is a non-stereo view the best display for it.
My guess would be the new interface for Vista will face a similar fate.
We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
Whatever happened to the virtual reality, 3D world of the Web?
As long as the screen on my computer is 2D I don't think the 3D web will really take off. Now, if you can get me some cheap VR glasses and gloves, that's another matter.
-Grey
Silver Clipboard: Time Management Tips
The best 3d web thing I've ever seen is Apple's dashboard widgets in OSX. Each widget can have a (nicely standardized) button which activates the preferences for the widget. The prefrences are on the back of the widget. Literally when you click the prefs button the widget flips over in 3d animation and you interact with the preference panel.
I find this incredible because a) it's an amazing practical use of 3d and b) it's not at all flashy or trying to create a 'new 3d browsing paradigm' or some such silliness. Instead, Apple has used the graphics tools available to them and once again, made a fantastic advance in user interfaces.
Before you call me an Apple fanboy, you should know that I don't even own a Mac, I just think they're neat is all.
std::disclaimer<std::legalese> sig=new std::disclaimer; sig->dump(); delete sig;
And many things are not all they are 'hyped' up to me.
:P
Like grammar, for example.
It is understandable that if your only tool is a hammer, every problem will look like a nail. However, when every problem is a nail, why the hell would you look for a screwdriver?
When I first heard about a web browser being put onto the Wii, it occurred to me that this would be an excellent opportunity to add some 3D capabilities to the web. The Wii has a pointer that can simulate a mouse, but the analog controller might actually make moving around a 3D environment to find information easier than surfing in any conventional fashion. I don't know about you guys, but I think it would be fun to fly around in a 3D information-laden room with the nunchuku firmly in hand, grabbing at relevent pieces with the wiimote.
I just had a horrible nightmare about flash ads going 3d....
The extreme annoying-ness is too much for my feeble brain to handle.
Imagine the most hyperactive ADD person you know.
Now imagine them when they go into hyperactive mode that happens right before they need a nap.
Now give them lots and lots of soda and candy.
Now give them some crystal meth.
This is half the annoying-ness of a 3d flash ad.
If this signature is witty enough, maybe somebody will like me.
Microsoft already tried placing small items/thumbnails in a "3D" environment. It was called Microsoft Bob and it failed completely.
We're here to tell you that the reports of the 3D Web are greatly exaggerated.
"I'd rather be a lightning rod than a seismometer." -Ken Kesey
"Don't get me wrong, I'd love to see a fully 3D web, but I'm not willing to sacrifice functionality to get it."
And yet people interact with full functionality every time they play a multiplayer (FPS,RTS,etc) game. The main difference between the web and games is the size of the world.
It's time that we draw a line in the sand: no further development on the 3D browser until a commercially viable flying car hits the market.
I scream. You scream. I assume that means we're both acquainted with the problem. We proceed.
3D is useful (even with 2D screens) for all kinds of data, and conventional interfaces are adequate, if not ideal, for working with it (otherwise, we wouldn't have 3D games). But 3D's internet utility, I think, is going to materialize in forms that are very much not like what we think of as "web browsers", though there may be some overlap (of course, "Web" applications are becoming increasingly ill-suited to the traditional web browser model as well, leading browsers to increasingly become fairly generic application platforms) -- I think that things like OpenCroquet are more like where internet 3D will bloom than 3D adaptations or plugins for traditional web-browsers.
...and yet people still buy paitings.
Texture-mapping the 2D web onto the walls doesn't accomplish much.
That's the problem with ALL of the 3D web-browsing/user-interface implementations right now. You use markup and controls that are designed to render onto a flat 2D raster surface. It seems logical to bundle an existing renderer (an IE/gecko control, or a UI toolkit window rendering) and point it at a texture, and then schlep that into a 3D framework... but that's just so completely wrong.
At least for web browsing... if you want to make it 3D then you first need to WRITE a 3d renderer for XHTML. You need to figure out some way of interpreting the tags and markup and using 3d (or 3d accelerated algorithms) to do something intelligent with all that CSS and hints.
You are going to need to at least have an antialiased glyph renderer for text. Either using real polygons or dynamically created texture maps (maybe a single mip-mapped texture for each character).
Because on the web the most important thing to be able to have is LEGIBLY RENDERED TEXT.
Maybe for the sake of keeping polycounts low you reserve the shape-defined text for h1/h2 tags and render the rest as rasters. But do something useful with them.
Don't start putting textures containing text at oblique angles unless you've got it at least 2x oversampled. Instead, render it to a surface in a bounding box and "float" it where you want but keep it's normal pointed straight at the view frustrum. Or use a particle or sprite primitive.
Come on people!
Have a look at some demoscene demostrations and how they integrate text and 3d. I guarantee you can always read the text clearly (as it is often used to convey jokes or greetz). And that stuff is just for fun.
THIS THING CAN TURN ON A DIME, MACROSSZERO STYLE ALSO FUCK BETA, ~NYORON
Although it probably amazes most people to know this, our good friends at Google actively use VRML. Thanks to Microsoft's lack of support for transparent PNG rendering in IE 6 (and Google obviously needing to support it), Google leverages IE's VRML support to get the job done. With the level of 3D experience users have come to expect with modern applications and hardware, it's a big ask for anyone to create a 3D environment of a comparable standard using VRML.
in a sense the browser I'm using right now has a 3rd dimension.. tabs ! it seems vastly more efficient than dealing with a dozen flying and rotating windows.
Back in 1996, Packard Bell computers came with this thing installed, called navigator. It was a picture of an office, with a desk and shelves and books and things. Clicking on the items would take you to different applications, file system browsers, etc.
It was stupid then, and it's stupid now.
Web 2.0 == Giant Blogspam Circle Jerk