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 special topics, I’m beginner, thanks in advance
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.