Frames per second, or FPS, is a measure of frame rate, the rate at which an imaging device produces unique consecutive images called frames. The term applies equally well to computer graphics, video cameras, film cameras, and motion capture systems.
0
votes
2answers
23 views
Changing color of a moving image without lowering the fps
I just added an option to my game that makes it so that all the enemies will have a random color for their clothes instead of the regular blue. I use this code to draw rectangles over the shirt of the ...
0
votes
0answers
15 views
Box2D collision causes huge FPS drop
I'm playing with Box2Dweb and HTML5 canvas, and are experiencing some odd behaviour.
I have one dynamic body and one static body, in the world. I can control the dynamic one with my keyboard.
But as ...
0
votes
0answers
5 views
Android game in surfaceview lagg spikes
guys. I'm playing around with making my very first Android game, but stumbled into a problem. The framerate seems to have random lag spikes. If I comment the background(s) out the framerate gets much ...
0
votes
0answers
12 views
LWJGL starts to run low FPS on Display
I'm having this problem with LWJGL. I have a simple game and all works fine. My main loop is calculating when it should render and update my game. It stays constant 59-60 fps. The problem comes in ...
1
vote
2answers
41 views
CSS Animations alter Frame Rate
Looking at CSS animation to replace animated GIFs in loading wheels.
There is a basic example here http://jsfiddle.net/kFmY8/448/
#me {
-webkit-animation: rotation 2s infinite linear;
}
...
0
votes
1answer
34 views
Jogl animator always says FPS is 0
I want to print FPS to the screen in my program. The number returned from "getLastFPS" is always 0. I've looked at ...
0
votes
0answers
29 views
How to get the FPS of my ListView
There are not much questions about it on SOF:
Android - How can I measure performance of ListView and other Views?
Has a solution to use Hierarchy Viewer. But I just want to get the FPS on a ...
0
votes
1answer
41 views
Sprite movement with Android Canvas very slow
Okay, so I've been working on a simple game in Android using Canvas and threading. (I extend SurfaceView and implement Runnable).
The code for my run loop is:
@Override
public void run()
{
...
0
votes
1answer
74 views
Show frames in a stable speed.(OpenGL ES 2.0 for android ndk)
I've tried to use openGL with ndk.
Some devices seem to show frames very slowly.
I'd like to show frames stably.
If a device is too fast, I can set a limit like this code.
How to limit framerate ...
0
votes
1answer
65 views
setPreviewFpsRange not working despite values being within getPreviewFpsRange's range
This simple code:
Camera.Parameters params = currentCamera.getParameters();
params.setPreviewFpsRange( 10000, 15000 );
currentCamera.setParameters( params );
does not work on my Nexus 4 (or my ...
1
vote
1answer
53 views
Managing Input in SDL?
I am creating a pong clone in C++ using SDL. The Paddles are ready and move according to the user input. What keeps worrying me is that the input is weird, I expected smooth movement of both the ...
1
vote
1answer
40 views
Issue controlling game frame rate C++
I'm programming a game in C++ and I'm having trouble creating a way so that the game only updates 60 times per second. The code I have written looks like it should work but the frame rate actually ...
3
votes
1answer
53 views
Constant and probably inaccurate Frame Rate
I am using the following code to calculate Frame Rate in Unity3d 4.0. It's applied on a NGUI label.
void Update () {
timeleft -= Time.deltaTime;
accum += ...
0
votes
2answers
50 views
Box2D collisions don't fire under low FPS?
So in my game I have Cocos2D + Box2D integrated. I know it is not recommended but I have my b2Bodys follow my CCSprites because I only need the collision part of Box2D. Anyway, using PhysicsEditor, I ...
0
votes
2answers
92 views
UIScrollView slow frame rate when scrolling, why?
In my scroll view I have about 20 UIViews each one with a label and button and whenever I scroll, the scroll view lags. Why is this? Could it be because I sub classed the UIViews in my scroll view? ...
4
votes
2answers
175 views
Cocos2d-x setAnimationInterval doesn't work on Android
I try to set the max FPS in my application in Cocos2d-x with the following code:
CCDirector::sharedDirector()->setAnimationInterval(1.0 / 30);
It's working on iOS, but when I test it on three ...
0
votes
1answer
197 views
I'm Getting this error in Unity3D - NullReferenceException: Object reference not set to an instance of an object
I'm getting an error while developing FPS game in Unity 3D
NullReferenceException: Object reference not set to an instance of an
object Node.OnDrawGizmos () (at Assets/Node.cs:14)
It working ...
1
vote
2answers
109 views
Box2D flash FPS and performance
I wrote some code on AS3 which uses Starling and Box2D flash.
I create not more than 15 objects, only 6 movable and 4 joints.
I cant get more than 30 FPS when running on iPhone4. When objects fall ...
0
votes
0answers
18 views
Strange FrameTime Variation
Im writing a 3D-Game using c++ an opengl and I recognized, that every 20-50 frames the frametime is about 10 times higher than usually.
Even in this programm, where I only calculate the Frametime, I ...
1
vote
0answers
155 views
Limit CSS style recalculation with webkit animations
I'm working on a project of mine that uses webkit animations.
It's an HTML project with Javascript ans CSS3.
I tried to run it on Chrome, it works fine but as soon as i try it on a low configuration, ...
0
votes
0answers
235 views
iPhone OpenGL ES 2.0 GLSL Multi-pass blur shader fps issue
I am trying to implement blur effect on a 2d game using shaders. The problem is that when I try to do gaussian blur in 2 passes the fps falls down to somewhere near 10! I've already tried to make the ...
0
votes
2answers
83 views
How to drop Frames in HTML5 Canvas
I am making a small game in HTML5 with the canvas elements. It runs great on MOST computers, but it is lags on others. However, it doesn't skip frames, it continues to render each frame and the game ...
1
vote
1answer
226 views
How do you display fps with opengl es (android)
I am new to java and opengl and still learning so forgive me for my ignorance. I have made an looming object apk file. Now i want to view the fps as the application is playing on my device. I have ...
0
votes
0answers
92 views
Is it too expensive to run a CCSpawn of a CCRotateBy and CCBezierTo action?
I am trying to run a CCSpawn of a CCRotateBy and CCBezierTo action like so:
ccBezierConfig bezier;
bezier.controlPoint_1 = ccp (startX, startY);
bezier.controlPoint_2 = ccp (endX, endY);
...
0
votes
2answers
225 views
Android Game loop using a thread postdelayed()
I thought I was being clever using this code for the game thread loop, instead of the usual while(running) loop:
@Override
public void run() {
Log.d(TAG, "+ run()");
final ...
0
votes
1answer
44 views
Detect UIWebview's FPS
I am building an iOS App,use UIWebview to load any pages.How can I detect every page's FPS?Or the FPS of the App?I want to show the FPS meter to user who use my App to view his pages.
I know there is ...
2
votes
1answer
91 views
Unity3D Point lights in large scene
I'm currently building a large scene in Unity that has a lot of point lights. Each room in the scene (~40 rooms) has 2 point lights and I am using deferred rendering (to enabled shadows so that light ...
0
votes
0answers
85 views
How can I get the Frame Rate from a WPF application
I am writing some unit tests for a WPF application, and need to get the Frame Rate from an external application. Perforator - the performance profiling tool from Microsoft gives me the data I need, ...
1
vote
0answers
69 views
bullet physics - how to compensate for smaller fixed time steps when stepping the simulation
I wonder how to compensate when calling DynamicsWorld->stepSimulation(), say twice as fast, for instance running at 60 fps compared to 30 fps, while mantaining the physics' behavior in the faster ...
1
vote
1answer
133 views
Display FPS on iOS onscreen (without Instruments)
In WWDC 2012 Session 506, they display the frames per second on a UILabel in the application, without having to use the Core Animation profiler attached to instruments. I would like to do this for ...
0
votes
1answer
88 views
C++ Variables not changing
I have a Timer class, but whenever I attempt to change a value of any variable, the variable just remains at zero. SDL_GetTicks() returns the value it is supposed to, but when I attempt to assign that ...
-2
votes
2answers
438 views
How to make android app (animation) faster/smoother?
I've started the development of a guitar application, and am stuck on a graphical aspect. My screen contains a background image, which you can move with 2 fingers, by sliding up or down. My background ...
0
votes
1answer
198 views
Firefox 19: Erratic frame rate using requestAnimationFrame and HTML5 canvas. FPS is over 60
I am developing a game using HTML5 canvas, so I have the game loop that I call using requestAnimationFrame. When I use Chrome or IE it works fine, steady 60 fps and smooth as it should. Issues start ...
3
votes
1answer
142 views
Does “deWiTTERS Game Loop” assume a constant UPS?
I recently tried to get into games programming. I am pretty experienced with Java, but not with game programming. I read http://www.koonsolo.com/news/dewitters-gameloop/ and implemented the game loop ...
2
votes
1answer
262 views
Is it possible to disable frame-limiting in libGDX?
More specifically, a desktop libGDX-LWJGL application. There are configurations options to disable CPU syncing as well as vsynching, but regardless the application runs at 60fps.
This is fine for all ...
1
vote
0answers
106 views
Java heightmap using lwjgl
I have coded a heightmap but it seems to lag the client. I just don't know how to increase the fps. I get about 3-6fps with the heightmap. Im using a quite large bmp for the heightmap, I think its ...
1
vote
1answer
90 views
Capping frame - rate
Here is the gameloop code that I have implemented into my Android App.
It is working great, but the problem I'm having is that although it's capping logic updates at 30 - the actual rendering runs ...
1
vote
0answers
82 views
Low FPS on mouse? [closed]
I'm a beginner at python, so this question is almost never asked when I searched for it, and the answers didn't help much either:
I am making a small program that allows me to play 'nyan cat' and ...
0
votes
0answers
59 views
MEncoder : The video output is accelerated : I want to keep the original FPS
I have a problem with MEncoder, when I try to convert .mp4 to .mpg, the input video is accelerated.
I tried to change ofps but it's always the same thing.
The original vidéo is 30sec and the output ...
2
votes
1answer
169 views
How do you enable FPS monitoring for testing XAML animations?
Since Windows Store Apps can run across both the Intel and the ARM architectures, it is important that animations (at least) be as performant as possible. To test animations, FPS is very important. ...
0
votes
0answers
141 views
Stage3D frame rate increased when running chrome in the background
I've encountered a really strange issue when trying to run a full-HD Stage3D test.
Got an example animation running but it has a strange pulsing lagg and a steady fps of around 40.
But if I start ...
1
vote
2answers
151 views
controlling FPS limit in OpenGL application
I am trying to find a solid method for being able to set exactly how many FPS I want my OpenGL application to render on screen. I can do it to some extent by sleeping for 1000/fps milliseconds but ...
0
votes
0answers
61 views
Unity3D (Android): Why is the Motorola Xoom (Dual Core) lower than the Samsung Galaxy S (Single Core)? [closed]
Why is the Motorola Xoom (Dual Core) framerate lower than the Samsung Galaxy S (Single Core) framerate in Unity3D? It has to do with the resolution and the size of the display? Is there a setting in ...
0
votes
0answers
114 views
Air iOS Flash, FPS drops when touching screen
I'm doing some FPS testing to see how well Flash runs on iOS.
The test app just draws some vector graphics and no input nor any kind of event added to the stage except for some vector animations. It ...
0
votes
2answers
219 views
XNA Frame rate 30 to 60
WP 7/8 + xna games by default set to 30 FPS, I would like to know If i set it to 60 FPS , any disadvntages / Performence issues / bugs / any other. becuase i always wants to play/develop the game in ...
1
vote
1answer
241 views
Moving the camera in the direction it is facing
Okay I'm a noob in XNA programming, so bare with me. I've followed a tutorial on how to make a first person camera rotate and move in a 3D world in XNA on the Microsoft website. But when I rotate the ...
0
votes
1answer
124 views
Limit Frame per second
Hi all I'm attempting to limit my FPS to 30 with the below code, but I'm not sure it's working.
while (runthread){
c = null;
timestart = System.currentTimeMillis(); ...
0
votes
0answers
231 views
GStreamer - Beagleboard - FPS of streaming
I have a problem with streaming from Beagleboard using GStreamer. I installed GStreamer-TI on Beagleboard and I tried to stream using below commands:
gst-launch -v v4l2src ! ...
2
votes
1answer
193 views
Android: Is there any way of speeding up canvas.drawBitmap?
Simple question, not sure sure there's a simple answer though!!
Is there anything at all that I can do to speed up my surfaceview drawing?
I'm using something like this:
c.drawBitmap(scaledSprite, ...
0
votes
0answers
121 views
How can I benchmark fps of my programs?
I have created Pong in Java, Python, C#, and Visual Basic. I want to benchmark the fps of each program, but I don't know how. I tried using fraps. It said that my Java Pong was running at 350 fps, ...

