2d Graphics in C++

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • claire.bell1

    2d Graphics in C++

    Hi,
    Is there a standard library or tool for C++ that lets you draw 2D graphics
    in a window? Does anyone know a good website that teaches how to do 2D
    graphics in C++?

    Thanks,
    Vipa


  • Psy

    #2
    Re: 2d Graphics in C++


    "claire.bel l1" wrote:[color=blue]
    > Hi,
    > Is there a standard library or tool for C++ that lets you draw 2D graphics
    > in a window? Does anyone know a good website that teaches how to do 2D
    > graphics in C++?[/color]

    maybe SDL could be your "weapon" of choice.
    but there are many libaries out there. just go(ogle) for it.


    Comment

    Working...