Friday, April 30, 2010

ThinkBalm Meeting : Metrics

Today I attended a ThinkBalm Innovation Community Salon #1 "Is it worth it? A discussion about metrics".

We heard a couple perspectives from participants on what they have done so far in creating and applying metrics to virtual world use in order to justify cost and benefit to determine value in the technology. How much money does it save, does it create new business, does it enhance innovation?

-- one person -- travel costs saved, environmental costs saved
-- is it better than webcams? why not webcams?
-- business community have responsibility to define scientific/business metrics

Group Notes URL:
http://openetherpad.org/WZFQeUn38A

invite:
http://www.linkedin.com/groupAnswers?viewQuestionAndAnswers=&discussionID=18106604&gid=2005729&commentID=15559007&trk=view_disc

Wednesday, April 7, 2010

Open Wonderland Developer Meeting 2010.04.07




Today I attended the Open Wonderland Developer Meeting. The topic was a walkthrough of the MTGame code.

http://blogs.openwonderland.org/2010/04/07/wonderland-wednesday-mtgame-walkthrough/

I took a few notes for myself although there were some issues getting in initially and then I had to leave before the meeting completed.

Read the MTGame manual for background.

Originally Wonderland was based on Java3D. Then it moved to jME and, and needed thread-safety in that, that we had in Java3D. MTGame divides graphics processing up into tasks that dont require jME (can be done on update threads with single commit thread) and tasks that do.

Looked at classes WorldManager (is client code), AWTInputManager, RenderManager.

Then I had to leave. :-)