On su, 2010-08-01 at 08:06 -0700, Dzonatas Sol wrote: > I've finally feature freezed my end to fill-in development details. > I hope this documentation is clear enough: > https://wiki.secondlife.com/wiki/User:Dzonatas_Sol/SNOW-375_Resources
Cool - thanks. Seems that we could trivially implement some of those in Naali already, like the Agent and I think quite easily also the chat related ones. Asset and inventory things might be quite easy too. What is a ControlGroup? We don't use LLSD much I think (I actually haven't seen any code that uses it), so normal JSON would be more straightforward. The webserver in Naali is implemented as an optional Python add-on module, currently used for serving screenshots, also via a RESTful API. JSON is in the py standard library and is easy to use, but if you require LLSD for these UI widgets etc. I hope there is some (py) lib that automatically serializes to that format .. though I guess it can be easy enough manually too. Do you have some tools already which we could test against Naali if we add support for some of these calls? > Dzonatas Cheers, ~Toni -- http://groups.google.com/group/realxtend http://www.realxtend.org
