[fpc-pascal] Simple drawing
Jonas Maebe
jonas.maebe at elis.ugent.be
Tue Mar 6 10:42:40 CET 2007
On 06 Mar 2007, at 10:40, Bisma Jayadi wrote:
> 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.
The main problem with the graph unit is that basically no one is
maintaining it currently. The poor performance is coupled to that,
since a plugin for it which bases it on sdl or any other framework
could be written.
Jonas
More information about the fpc-pascal
mailing list