Valhalla Legends Archive

Programming => General Programming => C/C++ Programming => Topic started by: MoNksBaNe_Agahnim on January 08, 2004, 03:35 PM

Title: c++ drawing
Post by: MoNksBaNe_Agahnim on January 08, 2004, 03:35 PM
I have been goofing at school with some graphic programs in the book we are using, such as making a ball roll across the screen and such.

What I was wondering is what are these commands calling, such as directX, openGL, what?

commands: lineto() - moveto() - graph.h **.Net** functions such as fillstyle(), circle, yadda yadda. I am thinking DirectX is used to draw and color these things but im not sure.
Title: Re:c++ drawing
Post by: iago on January 08, 2004, 03:40 PM
DirectX is horribly awkward to use, but if you ever get it figured out there's a lot of potential there.

But that doesn't answer your question, and I dont think it's possible to answer.  What I can tell you, though, is to open the .h files and see what they're doing?
Title: Re:c++ drawing
Post by: Adron on January 08, 2004, 03:42 PM
I would think that they use GDI.