PDA

View Full Version : Vizard as a social virtual world engine


Gerard
02-11-2008, 01:43 PM
Could vizard be used and manipulated , in order to serve as a social virtual reality world , such as secondlife , rlc , etc
If that is possible , could anyone tell me if someone has used Vizard for this purpose before.And i'll appreciate any help or an existing documentation.
Thanks a lot

farshizzo
02-12-2008, 10:47 AM
While it may be possible to accomplish this with Vizard, it was not designed for such use. The documentation shows how to create simple networked scripts. However, this networking capability was not designed for massive social networking.

Gerard
02-13-2008, 12:51 PM
New scripts could be created , to enable vizard supporting massive networking ?

farshizzo
02-14-2008, 02:22 PM
There already exists a 3rd party Python library called Twisted, that is made for large, complex networking tasks. You might want to have a look at it. The site is http://twistedmatrix.com/trac/