Thread: Graphics Newbie

  1. #1
    I am he who is the man! Stan100's Avatar
    Join Date
    Sep 2002
    Posts
    361

    Graphics Newbie

    Ok. I'm learning Win32 stuff (though right now it's mostly in console, ie Playsound etc) and can make a warning box, and a window. But is there any way to put a picture to the screen in Win32. (Yes I did try the link in the FAQ to windows but It doesn't work for me)
    Stan The Man. Beatles fan

    When I was a child,
    I spoke as a child,
    I thought as a child,
    I reasoned as a child.
    When I became a man,
    I put childish ways behind me"
    (the holy bible, Paul, in his first letter to the Cor. 13:11)

  2. #2
    Used Registerer jdinger's Avatar
    Join Date
    Feb 2002
    Posts
    1,065
    Look up BitBlt and GDI in MSDN. It's not the fastest and not really suitable for a large scale game but it's a simple place to cut your teeth in graphics in Win32.

    Hunter2 made a space-shooter game with GDI and the first game I ever made was with GDI (a yathzee style game).

  3. #3
    Registered User
    Join Date
    Dec 2002
    Posts
    43

    Unhappy Tutorial plz

    I can't find a good winapi tutorial can someone post one?

  4. #4
    Used Registerer jdinger's Avatar
    Join Date
    Feb 2002
    Posts
    1,065
    Try out Sunlight's site for good Win32 tutorial.

  5. #5
    Registered User
    Join Date
    Dec 2002
    Posts
    43

    Talking THX

    Thank u ill look at it

  6. #6
    Carnivore ('-'v) Hunter2's Avatar
    Join Date
    May 2002
    Posts
    2,879
    Jdinger's link is where I learned most of my GDI stuff; another site I found useful was TheForger's tutorial. Another site here seems to have nice information on displaying bitmaps too (shows you how to display a bitmap either a resource or a file), and you can also go to gametutorials.com, in the Win32 section. Another valuable resource is the MSDN library, although the one on the internet might be harder to use since (I think) it doesn't have an index feature.
    Just Google It. √

    (\ /)
    ( . .)
    c(")(") This is bunny. Copy and paste bunny into your signature to help him gain world domination.

  7. #7
    Registered User foniks munkee's Avatar
    Join Date
    Nov 2001
    Posts
    343
    "Queen and huntress, chaste and fair,
    Now the sun is laid to sleep,
    Seated in thy silver chair,
    State in wonted manner keep."

  8. #8
    Carnivore ('-'v) Hunter2's Avatar
    Join Date
    May 2002
    Posts
    2,879
    and you can also go to gametutorials.com, in the Win32 section.
    Just Google It. √

    (\ /)
    ( . .)
    c(")(") This is bunny. Copy and paste bunny into your signature to help him gain world domination.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Turtle Graphics, how does it work?
    By freddyvorhees in forum C++ Programming
    Replies: 15
    Last Post: 08-28-2009, 09:57 AM
  2. Beginning Game Programming Type Books
    By bumfluff in forum Game Programming
    Replies: 36
    Last Post: 09-13-2006, 04:15 PM
  3. Graphics Programming :: Approach and Books
    By kuphryn in forum Windows Programming
    Replies: 4
    Last Post: 05-11-2004, 08:33 PM
  4. Graphics Devices and Cprintf clash
    By etnies in forum C Programming
    Replies: 6
    Last Post: 05-09-2002, 11:14 AM
  5. Im a Newbie with a graphics design problem for my simple game
    By Robert_Ingleby in forum C++ Programming
    Replies: 1
    Last Post: 11-23-2001, 06:41 PM