: Can anyone tell me where i can find a good (wysiwyg) program
: (in QB) to develop nic graphix??
: Thanx
I'm affraid you question is somewhat unclear. Are you looking for
some canned routines that'll provide for some fancy pixel plotting, or
just a paint program that's written in QB?
If what you're looking for is simply a paint program then I can recommend
lots of different ones, not necessarly written in QB.
As for canned routines, most of the stuff I find on the topic of computer
graphics is mostly written in C. :-( Oh with exception to a nice little
article I found on the topic of bezier curves and b-splines, which appeard
in a back issue of BYTE magazine. The source is in the old line numberd
style with "gotos" and all. :-) I'm sure it could be modified for modern,
non-line oriented BASICs, fairly easily though.
Later...