Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[Manta] Re: Re: Re: directory reading in Manta


Chronological Thread 
  • From: Abe Stephens < >
  • To:
  • Subject: [Manta] Re: Re: Re: directory reading in Manta
  • Date: Mon, 28 Jul 2008 14:22:59 -0600
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:in-reply-to:content-type :content-transfer-encoding:mime-version:subject:date:references :x-mailer; b=rtJNoIWj+9JQ8Ikuoxh0oQwEFpOBPVi4d6PQQKKNANO/I4veLfRh+TJmyKNWQagskz v4CDqKIGaV70vBgIoFdd7IQt+oKx8fn2+TwHgbM426FNjVUiXurI+uAp9VYCqknoVopf BgQHlt0Ac+N2rHJDfbWwZ3l83YY21DLIm+O4g=

If it's part of the CSAFE scene or viewer I wouldn't worry about portability beyond mac/linux. That code is all optional and can be disabled on other platforms.

Abe

On Jul 28, 2008, at 2:13 PM, Aaron Knoll wrote:

I suppose it could; however this would be for reading a special directory structure with nested volume data, and then reading that data into Manta. It would probably be easier to keep it C++ (although I agree file management is much cleaner in python!)

This is for mac and Linux (the platforms intended to run Carson's csafe demo), both of which are posix-compliant. I think Windows even has opendir/readdir equivalents; however I have never tested them out.

-Aaron

On Jul 28, 2008, at 2:07 PM, Abe Stephens wrote:

I think it depends on what part of Manta would contain platform specific code. What is the operation? Could the directory access be performed in python and then the results passed to Manta code?

Abe

On Jul 28, 2008, at 12:17 PM, Aaron Knoll wrote:

Hi everyone,

Is it safe to use POSIX-compliant directory-reading in Manta (i.e. opendir() )?

Anyone know of different/better options?

-Aaron





Archive powered by MHonArc 2.6.16.

Top of page