Re: [fpc-pascal] Simple drawing

2007-03-06 Thread Daniƫl Mantione
Op Tue, 6 Mar 2007, schreef [EMAIL PROTECTED]: > 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 compat

Re: [fpc-pascal] Simple drawing

2007-03-06 Thread Jonas Maebe
On 6 mrt 2007, at 11:37, Bisma Jayadi wrote: 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. I think it's becaused not

Re: [fpc-pascal] Simple drawing

2007-03-06 Thread Bisma Jayadi
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. I think it's becaused not too much people need (direct) graphical console no

Re: [fpc-pascal] Simple drawing

2007-03-06 Thread Bisma Jayadi
Speed is not important. Does it work with X11? AFAIK, no. CMIIW. On Linux, it requires svgalib and root access. For more info about svgalib, please visit http://www.svgalib.org/jay/beginners_guide/beginners_guide.html -Bee- has Bee.ography at: http://beeography.wordpress.com

Re: [fpc-pascal] Simple drawing

2007-03-06 Thread leslie . polzer
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) the

Re: [fpc-pascal] Simple drawing

2007-03-06 Thread Jonas Maebe
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 suppl

Re: [fpc-pascal] Simple drawing

2007-03-06 Thread Bisma Jayadi
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

Re: [fpc-pascal] Simple drawing

2007-03-06 Thread Michael Van Canneyt
On Tue, 6 Mar 2007, [EMAIL PROTECTED] wrote: > > Since I would like to use FreePascal, among other things, for teaching, > it would be great for me to have a simple library of drawing functions, > i.e. very simple setup (one function call), cross-platform (but only > GNU/Linux is also okay) and