POV-Ray : Newsgroups : povray.unix : Linux and Windows Server Time
16 May 2024 21:45:43 EDT (-0400)
  Linux and Windows (Message 1 to 8 of 8)  
From: Alan Mathews
Subject: Linux and Windows
Date: 27 Nov 2006 07:30:00
Message: <web.456ad981cb772752792d8faa0@news.povray.org>
Will a windows pov file render on Linux?
Are the files interchangable?


Post a reply to this message

From: nemesis
Subject: Re: Linux and Windows
Date: 27 Nov 2006 09:15:00
Message: <web.456af280946835c3976a8750@news.povray.org>
"Alan Mathews" <ama### [at] charternet> wrote:
> Will a windows pov file render on Linux?
> Are the files interchangable?

of course!  The SDL is like the C language and the include files are like
cross-platform libraries and povray itself like a good cross-platform C
compiler. :)


Post a reply to this message

From: Le Forgeron
Subject: Re: Linux and Windows
Date: 27 Nov 2006 09:53:49
Message: <456afbfd$1@news.povray.org>
nemesis scripsit::
> "Alan Mathews" <ama### [at] charternet> wrote:
>> Will a windows pov file render on Linux?
>> Are the files interchangable?
> 
> of course!  The SDL is like the C language and the include files are like
> cross-platform libraries and povray itself like a good cross-platform C
> compiler. :)
> 

Well, as long as you take care of any font files used in the scene.
If you used a text object with a font file not available on the
rendering machine, it won't render.
(ttf files are fine on Windows & Linux, just have to locate them
correctly... and the big Arial.ttf with all the unicode stuff is
only available with latest ms-office...)

But, I agree, once the resources (of include and font files) have
been found, no problem!


-- 
Eifersucht ist die Leidenschaft, die mit Eifer sucht, was Leiden
schafft.

Eco: -8.75 Soc: -6.72
http://www.politicalcompass.org/


Post a reply to this message

From: Warp
Subject: Re: Linux and Windows
Date: 27 Nov 2006 10:39:33
Message: <456b06b5@news.povray.org>
Alan Mathews <ama### [at] charternet> wrote:
> Will a windows pov file render on Linux?

  Can you think of any reason why it would not?

-- 
                                                          - Warp


Post a reply to this message

From: Alan Mathews
Subject: Re: Linux and Windows
Date: 27 Nov 2006 13:10:01
Message: <web.456b2923946835c792d8faa0@news.povray.org>
Warp <war### [at] tagpovrayorg> wrote:
> Alan Mathews <ama### [at] charternet> wrote:
> > Will a windows pov file render on Linux?
>
>   Can you think of any reason why it would not?
>
> --
>                                                           - Warp

No
I was just making sure.I use Chief Architect in Windows because
it exports to a pov file.I want to use a seperate machine to render
to. Is Linux 64bit a good system to render on?
Thanks Alan Mathews


Post a reply to this message

From: Stefan Viljoen
Subject: Re: Linux and Windows
Date: 27 Nov 2006 14:07:56
Message: <456b378b@news.povray.org>
Alan Mathews spake:

> Will a windows pov file render on Linux?
> Are the files interchangable?

Yes - I usually design in Windows (using moray + Windows pov) and render in
Linux on the same machine. You just need to make sure you change the paths
around (all \ becomes /) and make sure the relative paths still match up
(so that the scene has all its components available).

This is relatively easy to do... for example, to access .ttf files in both
systems, the windows partition is mounted in linux, then

C:\windows\fonts\arial.ttf

becomes

/mnt/win/windows/fonts/arial.ttf

and so forth and so on.

-- 
Stefan Viljoen
Software Support Technician / Programmer
Polar Design Solutions


Post a reply to this message

From: Christoph Hormann
Subject: Re: Linux and Windows
Date: 27 Nov 2006 15:20:04
Message: <ekfh3v$qc1$1@chho.imagico.de>
Stefan Viljoen <spamnot@ wrote:
> 
> C:\windows\fonts\arial.ttf
> 
> becomes
> 
> /mnt/win/windows/fonts/arial.ttf
> 

Note the former is not supported.  The backslash has a special meaning 
in strings - see the docs for details).  Always using a forward slash 
will work universally.

In general it is a good idea not to use absolute path names in scene 
files but use library_path settings instead.

Christoph

-- 
POV-Ray tutorials, include files, Landscape of the week:
http://www.imagico.de/ (Last updated 15 Oct. 2006)
MegaPOV with mechanics simulation: http://megapov.inetart.net/


Post a reply to this message

From: Ross
Subject: Re: Linux and Windows
Date: 15 Dec 2006 15:42:27
Message: <458308b3$1@news.povray.org>
"Alan Mathews" <ama### [at] charternet> wrote in message
news:web.456b2923946835c792d8faa0@news.povray.org...
> Warp <war### [at] tagpovrayorg> wrote:
> > Alan Mathews <ama### [at] charternet> wrote:
> > > Will a windows pov file render on Linux?
> >
> >   Can you think of any reason why it would not?
> >
> > --
> >                                                           - Warp
>
> No
> I was just making sure.I use Chief Architect in Windows because
> it exports to a pov file.I want to use a seperate machine to render
> to. Is Linux 64bit a good system to render on?
> Thanks Alan Mathews
>

works well for me. just make sure you are using a 64bit build of povray to
utilize all the processor's capabilities.


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.