[fpc-pascal] Can I make this with Free Pascal?

Graeme Geldenhuys graemeg.lists at gmail.com
Tue Sep 23 08:46:14 CEST 2008


On Mon, Sep 22, 2008 at 11:38 PM, markweber <markweber79 at gmail.com> wrote:
>
> I have thought graphics software needed to deal with video card and so, and
> needed to make very powerful calculations. If you say it's a software as any
> other, so that's right.

CAD type programs take video card hardware into account to speed up
the calculations considerabley. The GPU is very powerful and fast,
when it comes to graphic calculations. But in the end, those
calculations could also be done with your normal CPU and software -
although somewhat slower.


> I suppose you have seen the link I showed. Can I make a sofware like that,
> without to be a Computer Graphics super nerd, just using this fpImage?

Yes, but some more advanced features you would need to implement
yourself. Agg-Pas has many of those advanced calculations implemented,
so you can always take a look at than. I recommend you run some of the
Agg-Pas demos, they are very impressive! Most graphics functions rely
heavily on advanced maths & formulas, so it takes somebody special to
actually understand the underlying formulas. Those things are normally
to advanced for me to understand. :-)


Regards,
 - Graeme -


_______________________________________________
fpGUI - a cross-platform Free Pascal GUI toolkit
http://opensoft.homeip.net/fpgui/



More information about the fpc-pascal mailing list