Description
The Windows installer installs pvengine.exe
and things. There is no povray.exe
which behaves like the unix povray
command.
I thought that when I first used povray some number of years ago, the Windows build was just the unix CLI but running on Windows. I could be wrong, that was a long time ago and I think I was using Windows 98 SE at the time. I recently installed the official Windows build and was taken aback when I couldn’t find something like the standard CLI interface. If you try to call it like normal you get this editor thing popping up… and you have to add extra parameters like /EXIT
and /RENDER
and know that you have to call pvengine
instead of povray
. I think I and other people would like to be able to just use the same interface regardless of what platform we’re on.
Could the next and future releases include an official build of the CLI for Windows?
For now, I’m just using the Ubuntu package through the Windows Subsystem for Linux. But then I can only launch it indirectly through bash -c povray
. And while the Windows Subsystem for Linux is nice, it is not the cleanest and I assume does have overhead (though I’ve not tried benchmarking or antyhing).