Re: graphics programming (more details)

2003-02-23 Thread Shamir Adi
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.)

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]



Re: graphics programming (more details)

2003-02-23 Thread Voguemaster
I myself would go bltting a 2D image using OpenGL. Assuming of
course you actually need fast block transfers, which I'm almost
sure you don't.
Well, you do, for smoother animation, but that's diferent (in order
to do double buffering).
However, fractals and other parametric generated graphics can be done
in any of the APIs.
Eli

On Sun, 23 Feb 2003 08:50:29 -0800 (PST), Shamir Adi [EMAIL PROTECTED] 
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.)

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]



--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
=
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]


Re: graphics programming (more details)

2003-02-23 Thread Shlomi Fish
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]



Re: graphics programming (more details)

2003-02-23 Thread Eli Segal
What you want is exactly what SDL does best .. go for it ..!

- Original Message - 
From: Shamir Adi [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, February 23, 2003 6:50 PM
Subject: Re: graphics programming (more details)


 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.)
 
 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]
 


=
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]