[fpc-pascal] Simple drawing

Daniël Mantione daniel.mantione at freepascal.org
Tue Mar 6 12:51:50 CET 2007



Op Tue, 6 Mar 2007, schreef leslie.polzer at gmx.net:

> On Tue, Mar 06, 2007 at 04:40:49PM +0700, Bisma Jayadi wrote:
> 
> > >Is the 'graph' unit a candidate for this (I remember it to be easily
> > >used from my Turbo Pascal days), or is there a better alternative?
> >
> > If you're considering compatibility with other pascal compilers
> > (TP/BP, FPC, Delphi) then the graph unit is the best alternative since
> > it's also available on almost other pascal compilers though sometimes
> > with a little different names but supply similar consts, functions, or
> > procedures. Especially for teaching, graph unit is much less complex
> > and easier to be understood though the performance is poor. Similar
> > case to CRT unit.
> Speed is not important.  Does it work with X11?

The ggi version (ggigraph) does. It is slightly tricky to use it, but I 
was able to get it working recently.

Daniël


More information about the fpc-pascal mailing list