POV-Ray : Newsgroups : povray.programming : Pov-Ray Windows plotting code : Re: Pov-Ray Windows plotting code Server Time
5 May 2024 09:36:52 EDT (-0400)
  Re: Pov-Ray Windows plotting code  
From: Christian Froeschlin
Date: 8 Jul 2009 18:38:47
Message: <4a551ff7@news.povray.org>
David H. Burns wrote:

> to be intended for VC++. I suppose that's OK, PovRay is written in VC++.
> Since Microsoft controls virtually all of the computer industry and most
> computer hardware is built for Microsoft software

I think your confusing matters a bit. PovRay is available
for multiple platforms including Linux, so the code certainly
is not Microsoft-centric. The Windows version does require
to use the Windows API for platform specific functionality
though. This is not very surprising and not specific to the
compiler used. At the very bottom of it, it's the operating
system which will paint a bitmap on the screen. The graphics
classes of C++ Builder internally use that API as well.

Noone forces you to love Microsoft but I can't help wonder
why you're using Windows in the first place ;)


Post a reply to this message

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