sceneviewer video
sceneviewer created by John Hurliman. This video shows IBM’s Almaden island. He just implemented a nice new camera that allowed me to zip around the sim for this video ;0 You will have to pardon the somewhat choppy framerate. John’s video came out a bit smoother.
No comments
Oh. . . So Nice -or- Open Standards FTW
I was fiddling with the libsecondlife sources earlier today and got sceneviwer all nice and workie workie. Check out this comparison shot of Second Life from both clients.
|
libsecondlife client |
Second Life client |
Yeah I know it’s Super teh hotness! The 3D engine is written using Microsoft XNA, which sadly means it’s not cross platform ;0 OH NOES!
But wait! Here is the good news,
Mono.Xna
Description
An open-source implementation of XNA using The Tao Framework for cross-platform rendering through OpenGL and Mono. The Mono.Xna discussion forum is available here.
Status
Mono.Xna is in early stages right now, but the end goal is to allow XNA projects to be compiled and run on platforms other then Windows, without having to change any code.
Mono.Xna, was initiated by libsecondlife’s very own “That guy who does stuff on the mono project,” and aims to make all your cross platform 3D rendering woes a thing of the past.
GhettoTags: CLI, XNA, Mono, .Net, sexy, open-standards, open-source, your-mom
No commentslibsecondlife: 3D makes us happy!
In the case that you don't check libsecondlife.org very often, and you actually read MY blog, check out the latest news I just posted.
Have you ever wondered what Second Life would look like rendered through an open source third party application?
I have, and now, thanks to libsecondlife developer John Hurliman, I know without a doubt that Second Life is a world of boxes flat shaded with random pastel colors! This renderer created for debug purposes is rendering a house using only a box primitive. Future updates will hopefully support more primitive types.
It's just the tip of the iceberg for 3D with libsecondlife. Also in the early stages of development is a 3D engine created by Adam Zaius that will be part of the first fully functional client using libsecondlife, codenamed Slight. Check out the Slight Roadmap to see what is planned for Slight and contribute your thoughts.
2 commentsDon’t get it? You don’t have to… Yet
This started as a comment in response to a blog post by Robert Scoble titled 'On not getting Second Life'
Some people think Second Life is a geek thing. A techie paradise with no real purpose beyond being a cool toy. The truth is, many many people don't get Second Life because it's still very much in development. I can't say that it will become the new Internet. I can say without a doubt it will not replace the flat web.
So, who is not getting Second Life?
The average person doesn't seem to get Second Life. Is it a game? It's got to be a game, just look at it. It's in 3D, and it has little people in it who you move around. Some people don't like games, so they dismiss it. The rest think, "Oh yeah, I like games," and then they look for the objective. When they find none, they decides it's a very bad game, and they dismiss it. The ones that get past that find something that does interest them. It's still kind-of like a game, but
Most geeks don't even get Second Life because they look at it in say the themselves, "Is this my concept of the metaverse? No, it's not there yet." and then they dismiss it. It's not there yet, but it is coming.
For most users or residents, as Linden Lab likes to call them, of Second Life it is a game; a socializing game where they get to buy the latest flash and show off to their friends. The fact is, most of what you will see in Second Life is the Myspace or AOLer crowd gone 3D. It's easy to buy some flashing particles and a trashy outfit and congregate somewhere.
Why should you pay attention to Second Life?
The more important stuff that goes on in Second Life is not quite so flashy. BlogHUD and similar products are the exception to that. Those are the end user applications of the evolving technology. The less flashy development is what is going on with the back-end at Linden Lab and with external projects like libsecondlife .
libsecondlife provides an open source client networking layer that mimics the official Second Life client, which provides third party applications access to in-world resources. Things in development include Instant Messenger applications for various platforms such as Palm and cellphones, account management tools to organize your inventory or transfer funds between accounts, and importing of models from blender using a customized format. Linden Lab has shown great support for the project, though they are unable to share the protocol with developers because Second Life is still closed source.
As for Linden Lab themselves, they are moving towards more consistent protocols, and implementing capabilities through a REST-like interface.
The current system relies on UDP templatized by a message system that changes constantly with each new release as well as XMLRPC. Each change to the message template requires grid downtime for the update. XMLRPC is currently being used for all agent region changes, instant messages, on-line notification, and other miscellaneous services in Second Life. Linden Lab has questioned the scalability of this system, because the query result cannot be easily cached.
Phoenix Linden says on the Linden Lab Ops blog in his post Second Life IPC,
This lack of easy caching has a price. Today, 20% of the central database CPU load is agent online status queries.
The REST capabilities interface will allow system resources to be delegated from the simulator to the client over HTTP as well as offer the inherent cachability of the protocol.
Donovan Linden explains the process this way,
So, how can we apply capabilities to this system? Well, the viewer has a trusted connection to the sim, and the sim has a trusted connection to the data server. This is why in the old system, all the data had to be shuttled through the sim to the viewer, instead of directly from the data server to the viewer. We couldn't allow arbitrary viewers to request arbitrary data directly from the data server. We will use capabilities to delegate authority from the sim to the viewer.
When a viewer connects to the sim, once the sim has determined that it trusts the viewer, the sim will grant a capability. This process is very simple — the sim simply goes to the capability proxy and says "I would like to allow someone to access a url on the data server". The capability proxy makes a new unguessable url, creates a mapping between this public url and the private url, and returns it to the sim.
It's not just REST. The Mono powered scripting engine has been in development for some time now. This will allow for Linden Scripting Language to compile to CIL which stands for Common Intermediate Language, and even the inclusion of Mono/.Net languages like C#.
What happens in Second Life, stays in Second Life.
Not likely!!! Second Life is busting out of this closed system virtual world mold, and heading for integration. With the development of web-services and the Mozilla browser in Second Life, the users of Second Life will be spreading themselves onto the 2D web from within Second Life. Streaming makes sense. Second Life streams all 3D content and other assets on demand. Second Life has terabytes of content. More content than you ever want to put on your hard drive. At the moment it's all streamlined primitive objects, but bandwidth and processing power are constantly scaling up. Before long, it will make sense to stream raw vertices. With updated graphics and a powerful programming language available, developers will be freed to create almost anything at all.
Beyond just adding features to Second Life, there is Linden Lab's vision of Second Life as just another way to access the Internet. Linden Lab envisions millions of Second Life servers in the future. They could never host them all themselves. It's been said several times over the past several years that Second Life will at some point become open source. If they want to reach a million servers, I think open source will be a requirement. Developing and supporting a technology that is used by millions requires at least one of the following. Open source development, or a huge backer like Microsoft. Linden Lab is not Microsoft, and they don't have a business model that will allow them play on Microsoft's level.
To sum it up, Second Life has access to the 2D web from inside the client. In the near future Second Life will have a REST-like capability interface for webservices, and aplications developed Mono/.Net programming languages in world. Linden Lab intends to open source the server and client at some point.
Second Life is not a closed system, and at some point it's going to have an effect on how you view the Internet. In the future, Second Life may become just another interface to the wide open Internet.
2 comments



