Tech2 Forums - Powered by vBulletin

Any Good book on graphics in C/C++

This is a topic on Any Good book on graphics in C/C++ within the Programmers Corner forums, part of the Technology category; Hi, Can anyone tell me about good book in graphics in C/C++? It should start from the very basics of ...

Results 1 to 7 of 7
  1. #1
    Tech2 Members
    Join Date
    Feb 2012
    Posts
    12
    Liked
    2 times
    Reputation points
    10

    Any Good book on graphics in C/C++

    Hi,

    Can anyone tell me about good book in graphics in C/C++? It should start from the very basics of graphics......

    Regards,
    Dushyant Chauhan

  2. #2
    Tech2 Members xubz's Avatar
    Join Date
    Oct 2007
    Posts
    37
    Liked
    3 times
    Reputation points
    2

    Re: Any Good book on graphics in C/C++

    What graphics exactly?

    Turbo C graphics used for Indian college classes (which haven't been upgraded since 1990s sadly) or just for learning to make a game or something?

    Graphics concepts are the same, Points/Lines/Circles/Transformations/etc... it's the API which changes.

    OpenGL/DirectX/SDL are the APIs which are currently used to make Graphical Software/Games these days using C/C++, which one do you want to learn?

  3. #3
    Tech2 Members
    Join Date
    Feb 2012
    Posts
    12
    Liked
    2 times
    Reputation points
    10

    Re: Any Good book on graphics in C/C++

    I want to learn graphics just for the sake of learning and getting into developing a game will be cool but I need to know the basics of graphics first as I don't have any experince of graphics and I am not familiar with the APIs you told.

    Can I directly start with these APIs or do I need to know a few things in prior??

    Please suggest the book accordingly.......

  4. #4
    Tech2 Members xubz's Avatar
    Join Date
    Oct 2007
    Posts
    37
    Liked
    3 times
    Reputation points
    2

    Re: Any Good book on graphics in C/C++

    You need to learn some theory.

    Especially 2D/3D transformations, transformation matrices, matrices, vectors. (Graphical Programming is where you apply everything you learned in High School maths class. You can't program graphics without knowing geometry and trigonometry). See this: http://en.wikipedia.org/wiki/Transformation_(geometry)

    That's the basics taught in College books too. You can also start directly and learn as you go, but you'll be coming across a LOT of mathematics, so best to be prepared. :mrgreen:

    So start with SDL, It's simple to learn and you can create a simple 2D platform game pretty easily (if you know what you're doing). There are tutorials on the website itself, use that. Books are not a good resource to learn game development, it's more-or-less experience (OR learn in a college that specializes in game development).

    Edit: Books if you really want to: http://wiki.libsdl.org/moin.cgi/Books

    I'd suggest you download eBooks, see if you like what's in there before buying...

  5. #5
    Uber Newbie
    Join Date
    Apr 2012
    Posts
    1
    Liked
    0 times
    Reputation points
    10
    I can think of two visual Studio ,and xcode. The closest to what he is asking would be xcode and cocoa. And that is just a library, like allegro. Windows forums in C++ would require either managed C++, or C++/CLL. Either of which would essentially be a new language. ISO C++ has no built in graphics capabilities.

  6. #6
    Tech2 Members xubz's Avatar
    Join Date
    Oct 2007
    Posts
    37
    Liked
    3 times
    Reputation points
    2
    ^ He's talking about Graphics as in Games/etc; Not GUI.

  7. #7
    Tech2 Members ankur218's Avatar
    Join Date
    Jul 2009
    Posts
    178
    Liked
    2 times
    Reputation points
    0

    Re: Any Good book on graphics in C/C++

    I am into my second year CSE, and very soon I have to play around with these things. Please give me some good reference to learn C/C++ Graphics right from ground zero. I always wanted to learn this but never got good resources. Books, sites, videos, anything is fine.

Similar Threads

  1. LG RD6230
    By shibu_john1 in forum Mobility
    Replies: 0
    Last Post: 03-12-2007, 11:17 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •