Re: ggi2dDrawArc, ggi2dFillArc

2000-03-11 Thread Jan Kneschke
On Fri, Mar 10, 2000 at 03:18:15PM +0100, Christoph Egger wrote: On Wed, 8 Mar 2000 [EMAIL PROTECTED] wrote: Hi ! At least, I know I will need _exactly_ these drawing functions to have _all_ the rendering capabilities required for the OpenAmulet GUI library. Could you give

Re: Silly Ideas?

2000-03-11 Thread Marcus Sundberg
"Brian S. Julin" [EMAIL PROTECTED] writes: On Fri, 3 Dec 1999, Ketil Froyn wrote: Second, and maybe a little more realistic, I was wondering about a 'sample' target. This could for example be an extension to file, where the screen is drawn to different files at the specified frequency.

Re: LibGGI2D - Was: ggi2dDrawArc, ggi2dFillArc

2000-03-11 Thread Jon M. Taylor
On Sat, 11 Mar 2000, teunis wrote: [on reimplementation of libGGI2D] On Fri, 10 Mar 2000, Andreas Beck wrote: [clip] - There is an urgent need for 2D drawing functionality by several groups. - LibGGI2D is unmaintained and doesn't carry the usual GGI License. So please - those who

New (next) problem...

2000-03-11 Thread John Fortin
With a new cvs extraction and build I get the following: Making all in gg /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -DBUILDING_LI BGG -I../include -I../include -I/usr/local/include -I/usr/local/include -g - O2 -D_REENTRANT

Re: ggi not working over X?

2000-03-11 Thread Marcus Sundberg
Randolph Chung [EMAIL PROTECTED] writes: Hi all, I ran into an odd problem today. I wrote a simple ggi-based program that draws 1e6 boxes to the screen and time how long it takes (hey, it's my first ggi program :P) Strangely enough, it works locally, but not if I run it on another

New 2D Spec

2000-03-11 Thread Thad Phetteplace
"Jon M. Taylor" wrote: So please - those who need it: Get together and rewrite it. Specify all your needs and make a header-style proposal. Will do, just gimme some time over the weekend OK? Cool. If Jon is willing to provide the vision on a new 2D spec, I am willing to

Re: gui stuff

2000-03-11 Thread Marcus Sundberg
Ian Molton [EMAIL PROTECTED] writes: Also, I think (if it doesnt already) libGGI2d should support all of its drawing types in antialiased variants as well. Antialiased drawing is farther away from normal 2D drawing than OpenGL is, and should definitely go into a separate library. //Marcus --

Re: LibGGI2D - Was: ggi2dDrawArc, ggi2dFillArc

2000-03-11 Thread Marcus Sundberg
"Jon M. Taylor" [EMAIL PROTECTED] writes: Sure. I'll try to collect all the ideas from the mailing list archives and come up with a proposal over the weekend. Is there still any interest in the LibXMI idea, or should I assume that we are trying to design the ideal 2D library from the

Re: gui stuff

2000-03-11 Thread teunis
On 11 Mar 2000, Marcus Sundberg wrote: Ian Molton [EMAIL PROTECTED] writes: Also, I think (if it doesnt already) libGGI2d should support all of its drawing types in antialiased variants as well. Antialiased drawing is farther away from normal 2D drawing than OpenGL is, and should

Re: gui stuff

2000-03-11 Thread Stefan Seefeld
teunis wrote: Antialiasing is required by a lot of font software... ... now it'd be reasonable to just use the font software's own antialiasing (thinking freetype family here). I'm not actually sure that antialiasing is all that in use outside of fonts and some imaging apps. Comments?

Re: gui stuff

2000-03-11 Thread Marcus Sundberg
teunis [EMAIL PROTECTED] writes: On 11 Mar 2000, Marcus Sundberg wrote: Ian Molton [EMAIL PROTECTED] writes: Also, I think (if it doesnt already) libGGI2d should support all of its drawing types in antialiased variants as well. Antialiased drawing is farther away from normal

Re: DLLEXT problems

2000-03-11 Thread Marcus Sundberg
John Fortin [EMAIL PROTECTED] writes: It gives i386-mingw32 for ${target} configure --host=i386-mingw32 --build=i386-mingw32 --target=i386-mingw32 --without-x \ --enable-directx --prefix=e:/usr/local --with-gii=/usr/local \ --with-extra-libs=/usr/local/lib

Re: DLLEXT problems

2000-03-11 Thread John Fortin
Marcus Sundberg wrote: John Fortin [EMAIL PROTECTED] writes: It gives i386-mingw32 for ${target} configure --host=i386-mingw32 --build=i386-mingw32 --target=i386-mingw32 --without-x \ --enable-directx --prefix=e:/usr/local --with-gii=/usr/local \

Re: DLLEXT problems

2000-03-11 Thread Andreas Beck
configure --host=i386-mingw32 --build=i386-mingw32 --target=i386-mingw32 ... With the above command I get the following... checking host system type... i386-pc-mingw32 checking build system type... i386-pc-mingw32 Why isn't ${target} converted to i386-pc-mingw32?? I assume because you

Re: LibGGI2D - Was: ggi2dDrawArc, ggi2dFillArc

2000-03-11 Thread James Simmons
- triangles, All flat, no perspective stuff? trapezoids (PM2 can accelerate aligned trapezoids) So can Trio64 and up. polygons, Should this be different from triangles? We'll have to decompose the polygons into triangles or triangle fans in many cases

Re: DLLEXT problems

2000-03-11 Thread John Fortin
Andreas Beck wrote: configure --host=i386-mingw32 --build=i386-mingw32 --target=i386-mingw32 ... With the above command I get the following... checking host system type... i386-pc-mingw32 checking build system type... i386-pc-mingw32 Why isn't ${target} converted to