9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: "rob pike" <rob@plan9.bell-labs.com>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] 3D rendering
Date: Sun, 17 Mar 2002 15:33:00 -0500	[thread overview]
Message-ID: <d596a4001fa21b9164d10f58175539d3@plan9.bell-labs.com> (raw)

> I'm curious as to how 3D rendering would work in Plan9.  What would determine 
> if the rendering would be done locally on the terminal, or (perhaps) if the 
> rendering is done on a CPU server that has 3D Hardware available and then is 
> streamed back to the terminal over a network, or if the app is run on a cpu 
> server and sends render instructions over the network to the terminal to have 
> the rendering done on hardware locally.

Any of the above would be possible.  For best performance, you would certainly
want the application near the display, largely because the interface to modern
3-D hardware involves shared memory and fast buses.  Sending all those textures
over a wire could be painful.  It should be possible, though, to build an
architecture that permits remote, 9P-mediated access to 3-D hardware without
completely forsaking good local performance.  I do not speak from experience,
however.

-rob



             reply	other threads:[~2002-03-17 20:33 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-03-17 20:33 rob pike [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-03-17 19:12 andrey mirtchovski
     [not found] <20020317170103.26CAA199B9@mail.cse.psu.edu>
2002-03-17 18:31 ` Brandon Barker

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d596a4001fa21b9164d10f58175539d3@plan9.bell-labs.com \
    --to=rob@plan9.bell-labs.com \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).