On Sun, 23 Feb 2003, Shamir Adi wrote: > Sorry, I forgot the little things... > > What I want to do is 2D graphics. A good example of > what I want are (but not limited to) fractals. > > The language is C/C++. > > No 3D, no UI, no work with image files (jpg, gif etc.) >
Well for once, you can use the graphics primitives of Gtk+ or Qt or wxWindows or whatever toolkit is your poison to render things on the screen and capture them to a file. Check: http://www.gtk.org/ http://www.trolltech.com/ (Qt) http://www.wxwindows.org/ (cross-platform to Windows as well) Now, you can also work with ImageMagick, GD or whatever, and then simply draw the images to the screen and/or save them to a file. The book "Graphics Programming in Perl" gives a nice overview of the libraries with Perl bindings (most of which are available in C/C++ as well). Regards, Shlomi Fish > And no connection to the famous Adi Shamir either... > > Thanks for the comments until now. > Adi. > > > __________________________________________________ > Do you Yahoo!? > Yahoo! Tax Center - forms, calculators, tips, more > http://taxes.yahoo.com/ > > ================================================================= > To unsubscribe, send mail to [EMAIL PROTECTED] with > the word "unsubscribe" in the message body, e.g., run the command > echo unsubscribe | mail [EMAIL PROTECTED] > ---------------------------------------------------------------------- Shlomi Fish [EMAIL PROTECTED] Home Page: http://t2.technion.ac.il/~shlomif/ There's no point in keeping an idea to yourself since there's a 10 to 1 chance that somebody already has it and will share it before you. ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]