Search:

Type: Posts; User: weever

Search: Search took 0.01 seconds.

  1. Thread: Anim!

    by weever
    Replies
    9
    Views
    1,293

    So am I best just using one of the graphical...

    So am I best just using one of the graphical API's I mentioned above or is there some way of importing animated clips created in something like Director?

    Thanx,

    Weever~
  2. Thread: Anim!

    by weever
    Replies
    9
    Views
    1,293

    I've got a couple of ideas now so thank you for...

    I've got a couple of ideas now so thank you for all your help, but I've used both OpenGL and DirectX to produce various forms of animation before. Am I best just sticking with one of these and...
  3. Thread: Anim!

    by weever
    Replies
    9
    Views
    1,293

    Sorry, I better give a bit more info :D....

    Sorry, I better give a bit more info :D. Basically I want to write an interactive program that teaches people how to play cards using animation and images rather than just writhing a plain old Word...
  4. Thread: Anim!

    by weever
    Replies
    9
    Views
    1,293

    Anim!

    Hi all!

    Question: Whats the best way to add animation to a VC++ Windows program? eg. You click a button and a person walks across the screen?

    Thankyou all!!!

    Weever~
  5. Thread: Optimisation

    by weever
    Replies
    6
    Views
    1,354

    Thanx to both of you for that, and sorry to...

    Thanx to both of you for that, and sorry to Salem, I didn't relise you meant that there was still a multiplication just its taken out of the loop.

    I'm still not sure if I've got all the info I...
  6. Thread: Optimisation

    by weever
    Replies
    6
    Views
    1,354

    Thanks for your help, but I'd still have to times...

    Thanks for your help, but I'd still have to times "*" the i which is now YSIZE by the original i, if you get what I mean.

    Basically what you put was arr[YSIZE + j] and lost the "i *" part. Thanks...
  7. Thread: Optimisation

    by weever
    Replies
    6
    Views
    1,354

    Optimisation

    Hi all, I'm new so here's my first question:

    I have an array arr[i*YSIZE + j]

    i and j increment in a for loop and YSIZE could be any integer value.

    What I'd like to know is how you optimise...
Results 1 to 7 of 7