Search:

Type: Posts; User: Jake.c

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Windows 7: Program unable to find glut/glfw dll?

    I've been trying to compile my glut programs in Windows 7 Professional (64bit) using MinGW in Code::Blocks. All of the .a, .dll and .h files are in the right places, but when I try to run the program...
  2. Replies
    8
    Views
    3,367

    Oh, that's... odd. I always thought computers...

    Oh, that's... odd. I always thought computers would be completely accurate. So I guess the solution would just been to use a slightly lower number if I abosultely need it to be accurate?

    But...
  3. Replies
    8
    Views
    3,367

    Hmmm... now I'm having a problem with my...

    Hmmm... now I'm having a problem with my collision detection itself. My program makes a ball move up and down - when the ball reaches 0.9 or -0.9 on the y axis it reverses and goes the other way. The...
  4. Replies
    5
    Views
    1,651

    I don't think it's possible to create a program...

    I don't think it's possible to create a program that can actually change the value to dog, as the value has already been set. You could consider creating a .txt file that can be read (and changed by...
  5. Replies
    8
    Views
    3,367

    Thanks so much, it's great to finally be able to...

    Thanks so much, it's great to finally be able to move forward with my learning =D!
  6. Replies
    8
    Views
    3,367

    Here's my program. The floats x and y draw the...

    Here's my program. The floats x and y draw the ball at 0,0 as that is their constant values. gltranslatef then translates up 0.1 in the positive y direction every time the animation loop comes...
  7. Replies
    8
    Views
    3,367

    Collision detection using gltranslatef?

    Hi,

    I'm slowly working towards using my opengl knowledge to create a pong clone. If I've been reading right, I should move objects (ball in particular) around using gltranslatef.

    The problems...
  8. Replies
    1
    Views
    1,414

    Problem with translations and timers?

    I've started OpenGL animation and I am trying to create a program that moves a dot up and down. It's meant to work by if functions, keeping track of when my variable for transformations (y axis) goes...
  9. Replies
    1
    Views
    13,824

    Matrices Confusion (MODELVIEW / PROJECTION)

    I can't seem to find a solid explanation of these anywhere. I understand that GL_PROJECTION is the default and does not need to be changed to draw a simple square. Yet I have heard that GL_MODELVIEW...
  10. Replies
    14
    Views
    7,562

    Yeah, here in the UK most programming books are...

    Yeah, here in the UK most programming books are £30+ - this is £15 new. So second hand for even less, I can't really go wrong can I? There's always the red book to fall back on (the old online...
  11. Replies
    14
    Views
    7,562

    Also, I would like to get a book (tutorial/guide...

    Also, I would like to get a book (tutorial/guide - not reference) for OpenGL.

    Does anyone have any experience with "OpenGL: A Primer" by Edward Angel? - It looks like what I'm looking for.
    ...
  12. Replies
    14
    Views
    7,562

    Hmmm I guess I'll go with GLUT for now then. ...

    Hmmm I guess I'll go with GLUT for now then.

    I'm trying hard to stay away from anything win32 api - Every single windows api tutorial I've followed has always had a "Don't worry about what this...
  13. Replies
    14
    Views
    7,562

    To use GLUT or not?

    I've finally managed to get OpenGL working (yes! - OpenGL, C++ and Glut – Using CodeBlocks and MinGW « Codie Code if anyone is interested).

    Now I can't help noticing alot of anti-glut attitude -...
  14. Replies
    6
    Views
    4,146

    I use MSYS. Should I use cygwin instead? ...

    I use MSYS. Should I use cygwin instead?

    Thanks for the advice on the file names, I've found all the equivalent files with 'lib' at the start and .a at the end of the file name.

    So I have all...
  15. Replies
    6
    Views
    4,146

    Opengl files missing...

    I've decided to try again (after failing miserably last time) to get the files to be able to program OpenGL. When I asked over at the OpenGL forums about the files I needed, this was the response:
    ...
  16. Replies
    7
    Views
    1,750

    But how would you go about putting the image for...

    But how would you go about putting the image for a button on the screen? Or even turning the console into a window that could have more than text put in it?





    I guess stalks don't like...
  17. Replies
    7
    Views
    1,750

    How are GUI APIs made?

    Just out of interest really, as I've never been able to picture in my mind how one would be made (Buttons, text boxes etc.).
  18. Replies
    10
    Views
    2,602

    Well I've done alot of C so I don't really know...

    Well I've done alot of C so I don't really know if there's an inbetween bit beetween learning C and learning OpenGL but I have to move on to something, so that's why I chose OpenGL. I've had a search...
  19. Replies
    10
    Views
    2,602

    Thing is, I hate using MSVC++ Express. It just...

    Thing is, I hate using MSVC++ Express. It just seems over complicated to me when I just want to write basic code. So I need to find a place to download the headers and DLLs for C so I can learn.
    ...
  20. Replies
    10
    Views
    2,602

    Windows - I tried compiling an OpenGL basic...

    Windows - I tried compiling an OpenGL basic application but it didn't recognise the headers or functions.
  21. Replies
    10
    Views
    2,602

    Downloading OpenGL - cannot find anywhere?

    I thought learning OpenGL would be the hard bit, not downloading it. After many google searches, forum searches, Yahoo answers requests, I cannot find a download for just normal OpenGL. Surely it...
  22. Replies
    9
    Views
    9,318

    Thanks, missed that response for some reason...

    Thanks, missed that response for some reason :confused:
  23. Replies
    9
    Views
    9,318

    So there is a light... That was just the answer I...

    So there is a light... That was just the answer I was looking for.

    Instead of spamming up the section with a new thread, while we are on topic - are there any books that really stand out in...
  24. Replies
    9
    Views
    9,318

    Can you make games without drawing in OpenGL?

    Is it possible to make games (In a C language preferrably) without drawing lines and vectors with opengl - but instead use sprites with images that have been drawn in photoshop?

    Because many 2D...
  25. Replies
    19
    Views
    5,113

    I downloaded NSIS and had a look at it and its...

    I downloaded NSIS and had a look at it and its documentation. I'm really greatful for all the help you have given me with my problems, but I think I will stick with the windows API for now. It seems...
Results 1 to 25 of 47
Page 1 of 2 1 2