[gameprogrammer] Re: drwing shapes

On 3/22/07, Yasser Gonzalez <yassergs@xxxxxxxxxxxxxxx> wrote:
I want to draw a shape (Using C++) And fill it with an image How I do it???

I want make a ball rolling form left to right. For that i draw the ball,
erase all and draw the ball again in a new position. But I only know to do
that in BASIC. How I do it with Delphi or C++???

Typically you would not draw it directly, but rather use a graphics
library such as SDL (http://www.libsdl.org) or OpenGL.

Also, do you really want to draw it, or would it be better animated?
Would it be better if you had bitmap images of a ball in various
states of rolling and then use them to create the illusion of rolling
with animation?

So basically, more information is required, I think.

Chris

--
E-Mail: Chris Nystrom <cnystrom@xxxxxxxxx>
Saving the world from web programming.
http://www.newio.org/ - AIM: nystromchris

---------------------
To unsubscribe go to http://gameprogrammer.com/mailinglist.html


Other related posts: