POV-Ray : Newsgroups : povray.general : POV-Ray question regarding simple graphical output : Re: POV-Ray question regarding simple graphical output Server Time
30 Jul 2024 14:16:20 EDT (-0400)
  Re: POV-Ray question regarding simple graphical output  
From: SharkD
Date: 8 Dec 2008 01:30:01
Message: <web.493cbe32d17c5ebb691c840@news.povray.org>
"SharkD" <nomail@nomail> wrote:
> For something like this you could use JavaScript. It runs on just about every
> platform, features loose typing (you don't have to define variables as floats
> or integers), doesn't need to be compiled (i.e. the source code is always
> visible in case you like sharing your code) and can later be made to run in the
> Windows Scripting Host environment if you require read/write access to the file
> system.
>
> To be honest, it's the only kind of programming I do, so I may be a bit biased.
>
> :)
>
> -Mike

It didn't occur to me that you might rather use Visual Basic instead of
JavaScript. Both languages can take advantage of the Windows Scripting Host
equally, so that's another option for you.

-Mike


Post a reply to this message

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