Thread: graphics please help i'll cry other wise

  1. #1
    Registered User
    Join Date
    Oct 2001
    Posts
    12

    graphics please help i'll cry other wise

    is there any product thing like open gl that is quick fast and easy to load an image.

    All so how do you load and open gl window in fewwest lines possible there has to be and easy why to open a gl window?

    help help i'm going mad

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

    Sorry

    is there any product thing like open gl that is quick fast and easy to load an image.

    Quick, fast AND easy? No!

    All so how do you load and open gl window in fewwest lines possible there has to be and easy why to open a gl window?

    Sorry, there isn't. If there were, every person with interests in programming would be game-programmers
    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.

  3. #3
    Registered User
    Join Date
    Aug 2001
    Posts
    411
    Magos is wrong, there is an easy way to load any texture format you want in a single line of code.

    unsigned int = ilLoadGLImage("name.jpg");

    Go look at this site. Download the latest SDK, and put it to use.

  4. #4
    Registered User dirkduck's Avatar
    Join Date
    Aug 2001
    Posts
    428
    yup, can use openIL to load images...and you can use glut to make an openGL window in a line or two..

  5. #5
    Registered User
    Join Date
    Aug 2001
    Posts
    411
    or you can use GLH.

    home.earthlink.net/~eberkain/GLH.html

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. egavga.bgi problem
    By sunil21 in forum A Brief History of Cprogramming.com
    Replies: 3
    Last Post: 09-22-2003, 05:06 PM
  5. Graphics Devices and Cprintf clash
    By etnies in forum C Programming
    Replies: 6
    Last Post: 05-09-2002, 11:14 AM