Search:

Type: Posts; User: manasij7479

Search: Search took 0.04 seconds.

  1. Replies
    7
    Views
    15,426

    Don't. You'll need a game loop for that, which...

    Don't.

    You'll need a game loop for that, which will run once per frame and update all the entities.
  2. Replies
    7
    Views
    15,426

    Read up on path finding algorithms. You can do...

    Read up on path finding algorithms.

    You can do that with threads, but it'd be unnecessarily complicating things.
    Just update all the entities serially before each frame is drawn, and if...
Results 1 to 2 of 4