Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[Manta] Re: Re: directory reading in Manta


Chronological Thread 
  • From: Aaron Knoll < >
  • To:
  • Subject: [Manta] Re: Re: directory reading in Manta
  • Date: Mon, 28 Jul 2008 14:13:44 -0600

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