can you give me some examples graphics in C
Graphics in Chow to do graphics in C
Page 1 of 1
3 Replies - 753 Views - Last Post: 02 September 2010 - 10:22 AM
Replies To: Graphics in C
#2
Re: Graphics in C
Posted 02 September 2010 - 09:43 AM
well you should google this, but try looking into SDL.
#3
Re: Graphics in C
Posted 02 September 2010 - 09:45 AM
OpenGL: http://nehe.gamedev.net/ AND http://www.dreaminco...-opengl-with-c/
OGRE (3D): http://www.ogre3d.org/ TUTORIAL: http://www.ogre3d.or...iwiki/Tutorials
It seems like you expect there to be one specific command to load graphics into an application. It isn't like that, not at all. Read through the tutorials I linked and you will learn much about some ways graphics can be done in C++.
OGRE (3D): http://www.ogre3d.org/ TUTORIAL: http://www.ogre3d.or...iwiki/Tutorials
It seems like you expect there to be one specific command to load graphics into an application. It isn't like that, not at all. Read through the tutorials I linked and you will learn much about some ways graphics can be done in C++.
#4
Re: Graphics in C
Posted 02 September 2010 - 10:22 AM
well another thing to consider is your systems API, they all have there own way of displaying pixels in someway. windows even has a bitmap loader. also it's unclear as to weather or not you want 2D or 3D graphics, that's why i gave you a library for 2D things and splatter cast gave you one for 3D/2D(OpenGL, can be used for anything) and one for 3D(Oger3D, though you probably can use it for 2D stuff too it's just made more for 3D).
Page 1 of 1
|
|

New Topic/Question
Reply




MultiQuote








|