I'm looking for some tutorials which can teach about graphics on C, I tryed find it, but all I can find are discussions about sp开发者_如何学Pythonecial topics, I'm beginner, thanks in advance
What platform are you trying to work on?
And what are you trying to achieve? "Graphics" can be a lot of things. Are you trying to work on game type stuff? Are we talking 2d or 3d here? Is it image manipulation or just displaying them?
OpenGL and DirectX will let you do pretty much anything you need to do and interface directly to the hardware drivers, but may well be overkill for many things.
SDL
Cairo
If you need something more specific than those then feel free to ask a more specific question.
精彩评论