POV-Ray : Newsgroups : povray.general : Kandid, a genetic art tool, does now support POV-Ray. : Re: Kandid, a genetic art tool, does now support POV-Ray. Server Time
3 Aug 2024 00:26:02 EDT (-0400)
  Re: Kandid, a genetic art tool, does now support POV-Ray.  
From: Brian Elliott
Date: 25 Jun 2004 23:24:07
Message: <40dcec57@news.povray.org>
"blind" <kap### [at] kandidorg> wrote in message
news:web.40db2d94d342baef44afa1aa0@news.povray.org...
> Kandid, a genetic art tool, does now support POV-Ray.
>
> http://kandid.sourceforge.net/
>
> <snip>
> ...  On Windows the things are a little bit more
> complicated. In the official POV-ray release for Windows the ray tracer is
> integrated in a little development environment. But Kandid needs the
> command line Version of POV-ray and nothing more. Fortunately there is an
> unofficial command line version of POV-Ray from Christoph Hormann.
> Windows users should download this version from
> http://www-public.tu-bs.de:8080/~y0013390/povcyg/

The official GUI version also works from command line to render an image
directly.

If you have the PATH set to the PoV-Ray binary directory, try:
   pvengine /render <YourFileName>.pov /exit
or simpler and more familiarly:
   pvengine -i <YourFileName>.pov /exit

otherwise:
  "<YourFullPath>\pvengine" -i <YourFileName>.pov /exit

Add to that the command line switches you normally send.
Eg. "-h 600 -w 800 +ft"

As well as the render window, it will display its GUI while the render is
running.  But that shouldn't be a problem, as the /exit switch causes it to
terminate when the render's over.

Brian


Post a reply to this message

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