Re: [Fresco-devel] status Task 150 work out a display server prototype on top of OSG
Stefan Seefeld <[email protected]> Mon, 01 Nov 2004 07:47:31 -0500
| Newsgroups | gmane.comp.video.fresco.devel |
|---|---|
| Message-ID | <[email protected]> |
Ryan Patrick O'Hara wrote:
> I also think that is the way to go, but I do not know what those APIs
> should look like at least in great detail. I would like to start some
> discussion with that or at least hear the ideas of yourself and others.
I'd suggest to take a purely pragmatic approach:
1) build an application that constructs a scene graph (the OSG python API)
2) take the methods you needed in 1) and put them into a separate API
that is centered around proxies that will forward the calls to the
'internal API'
3) expose that new API to the client side via omniORBpy
4) adjust the API until you are satisfied
Well, that's how I would do it, at least...
Regards,
Stefan