Thread: want more than just text.

  1. #1
    Registered User
    Join Date
    Feb 2002
    Posts
    465

    want more than just text.

    i know how you guys are sticklers for people doing their own code before coming here, so i want to say before i begin that i am not asking for entire code, just the commands, so that i can look them up on my own.

    ive been programming for a couple weeks, and ive sucessfully made a simple text game (i posted about the problems i was having with this game, and through the help i found here, i finally got it working). but now im tired of just text. but i have no idea how to make graphics. i dont want anything fancy yet. being able to move a dot around the screen would make me happy at this point.

    all i really need is a list of commands i could use to put graphics on the screen. anything you can think of that would be helpful would be great.

    also, i want to point out that im using bloodshed dev c++ compiler. i dont know if that limits me in what i can do, but i thought i would put that in just in case.

    i guess i could ask about compilers while im on the subject. my compiler was freeware, and it hasnt given me too many problems yet. but do different compilers allow you to do different things? and if so, do i have to go out and buy some $200 compiler just to make good programs, or could i do plenty with the compiler i have?

  2. #2
    Mayor of Awesometown Govtcheez's Avatar
    Join Date
    Aug 2001
    Location
    MI
    Posts
    8,823
    Try nehe.gamedev.net or nexe.gamdev.net for OGL and DirectX... Also, check the link directory....

  3. #3
    Registered User
    Join Date
    Feb 2002
    Posts
    465
    just looking at that site and seeing what they consider a 'basic tutorial' makes me feel like the ultimate newbie (and i probably am anyway ).

    maybe i should start a little more basic than OpenGL (heck, ive only been doing this for two weeks, and i only have 3 working programs under my belt)

  4. #4
    Confused Magos's Avatar
    Join Date
    Sep 2001
    Location
    Sweden
    Posts
    3,145

    reply

    Graphics after just a few weeks of programming
    MagosX.com

    Give a man a fish and you feed him for a day.
    Teach a man to fish and you feed him for a lifetime.

  5. #5
    Registered User
    Join Date
    Jan 2002
    Location
    Vancouver
    Posts
    2,212
    Allegro + Dev-C++ is the simplest graphics combo you can get.

    Unless you want to use BGI, but BGI is ****.
    Last edited by Brian; 02-28-2002 at 04:14 PM.

  6. #6
    Confused Magos's Avatar
    Join Date
    Sep 2001
    Location
    Sweden
    Posts
    3,145
    Originally posted by Brian
    Allegro + Dev-C++ is the simplest graphics combo you can get.

    Unless you want to use BGA, but BGA is ****.
    BGA? Do you mean BGI? Or perhaps VGA?
    MagosX.com

    Give a man a fish and you feed him for a day.
    Teach a man to fish and you feed him for a lifetime.

  7. #7
    Registered User
    Join Date
    Jan 2002
    Location
    Vancouver
    Posts
    2,212
    I mean BGI.

  8. #8
    Registered User
    Join Date
    Feb 2002
    Posts
    465
    magos, like i said, just drawing a dot on the screen would make me happy...

    and i dont know what BGA, BGI, or Allegro is...

    i know, throw tomatoes at me, i dont know anything.

    i dont know what i need to get, i dont know what i need to do, i dont know what half of the things you guys talk about even mean...

    but im a relitively quick learner, and im really interested in doing all of this. i just need a lot of help at the point i am at now.

    i will probably be a very frustrating case before i get at least in sight of where i want to be.... be patient with me.

  9. #9
    Confused Magos's Avatar
    Join Date
    Sep 2001
    Location
    Sweden
    Posts
    3,145
    There is a pretty good VGA tutorial at http://www.brackeen.com (hope I spelled that right ) teaching mode 13 (320x200 with 8bit colour (256 colours)). Check it out. Mode 13 is perhaps the easiest graphics mode you can use.
    Allegro is said to be a great graphics library, however I haven't tried it myself...
    MagosX.com

    Give a man a fish and you feed him for a day.
    Teach a man to fish and you feed him for a lifetime.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. A bunch of Linker Errors...
    By Junior89 in forum Windows Programming
    Replies: 4
    Last Post: 01-06-2006, 02:59 PM
  2. struct question
    By caduardo21 in forum Windows Programming
    Replies: 5
    Last Post: 01-31-2005, 04:49 PM
  3. Unknown Memory Leak in Init() Function
    By CodeHacker in forum Windows Programming
    Replies: 3
    Last Post: 07-09-2004, 09:54 AM
  4. Ok, Structs, I need help I am not familiar with them
    By incognito in forum C++ Programming
    Replies: 7
    Last Post: 06-29-2002, 09:45 PM
  5. Outputting String arrays in windows
    By Xterria in forum Game Programming
    Replies: 11
    Last Post: 11-13-2001, 07:35 PM