Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9023815
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T05:51:12+00:00 2026-06-16T05:51:12+00:00

It has probably been asked before, but I can’t find it anywhere… In videoland,

  • 0

It has probably been asked before, but I can’t find it anywhere…

In videoland, 24 fps and anything above is smooth. Cocos2d seems to be
smooth only when its 60 fps or maybe a bit less. Anything between
30 and 50 is certainly not smooth, the fps counter doesn’t seem accurate…

Why is this? Or is it only me having this situation?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T05:51:14+00:00Added an answer on June 16, 2026 at 5:51 am

    There are actually several reasons for this behavior, and it’s not just cocos2d but an effect seen in any game engine in environments with vertical synchronization (VSYNC) enabled. On iOS VSYNC is always on, on PCs you usually have the option to turn it off to improve framerates if they are consistently below the monitor’s rate at the cost of screen tearing. Typically LCDs like iOS devices update their display at 60 Hz, allowing a maximum of 60 fps.

    Cocos2D 1.x defaults to using the CADisplayLink class for updates, Cocos2D 2.x uses CADisplayLink exclusively. CADisplayLink causes updates to be synchronized with the screen refresh rate. Meaning a notification is sent when the screen has finished drawing its contents.

    When you get 60 fps all is fine. But if the game can’t manage to render a frame in time to render 60 fps, it will receive its next update only after the next screen refresh has completed. This effectively halves the framerate as soon as the framerate drops just below 60 fps – or in other words as soon as your update & render cycle takes longer than 16.666 milliseconds to complete. This means you can only have discrete framerates of 60, 30, 20 and 15 fps (60 divided by 1, 2, 3 and 4) on iOS with CADisplayLink updates.

    The effect is quite noticeable because a framerate that fluctuates between 60, 30, 20 and 15 fps – even just for a fraction of a second – doesn’t feel smooth mainly because it’s so unsteady – the unsteadiness is what we notice as “not smooth”. If your game is affected by this, you might find that limiting the framerate to 30 fps will actually make the game appear smoother. You also have more time to update & render stuff between frames.

    It’s the steadyness of the 24 fps movie framerate that is conceived as “smooth”, but also movie directors have learned to avoid scenes where the limited framerate becomes all too obvious. For instance, they avoid as hell what games do very often: scroll sideways, ie sideways movements of the camera or sideways movement of objects passing by the camera.

    You’ll be surprised how much smoother movies can be when you watch The Hobbit – it’s the first blockbuster movie to run at 48 fps. You’ll immediately notice how much more “real” and “lifelike” the characters in the movie are. To get an impression, check out this unofficial 48 fps The Hobbit trailer.

    What cocos2d displays as fps is not an accurate representation of the switch from 60 to 30 to 20 and 15 fps but the average framerate over several frames. Therefore when cocos2d prints “45 fps” it means half the time the game displayed 30 fps, the other half at 60 fps over the past couple frames.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This has probably been asked before but I can't find it anywhere. I have
This probably has been asked before but all I can find are questions regarding
This has probably been asked before, but I can't find a good way of
I know this has probably been asked before, but I can't find it with
This probably has probably been asked before, but I couldn't find anything relevant. Would
I know this has probably been asked before but I can't find a specific
I know this has probably been asked before but I can't seem to find
This has probably been asked before but I can't seem to find the answer.
This has probably been asked before but I can't find any relevant post using
Probably it has been asked before but I cannot find an answer. Table Data

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.