Results 1 to 10 of 12

Thread: Constant frame rate aka limit FPS

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    This depends on the graphics library you are using.
    If you are using SDL, you might want to take a look at SDL_gfx which has some nice frame regulation functions or you may try to implement them yourself like described here: http://lazyfoo.net/SDL_tutorials/lesson14/index.php (It's C++-Code but it's relatively easy to port this to Object Pascal.)

    Edit: Sorry, I just noticed this was posted in the ZenGL forums. So my answer won't help you.
    Last edited by Stoney; 05-02-2011 at 07:00 PM.
    Freeze Development | Elysion Game Framework | Twitter: @Stoney_FD
    Check out my new book: Irrlicht 1.7.1 Realtime 3D Engine Beginner's Guide (It's C++ flavored though)

    Programmer: A device for converting coffein into software.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •