frame-rate
Manually controlling framerate of Cocos2d-iPhone game strategy
Most game developers should have encountered the \"low framerate\" issue at least once when developing games. But I, on the other hand, am making a sudoku-like puzzle game where low framerate is not a[详细]
2023-02-24 23:11 分类:问答How do I design a First Persoon Shooter with low bandwidth?
I would like to create an FPS game but need to manage bandwidth on servers.What things do I need to design in to do this?[详细]
2023-02-24 10:46 分类:问答Am I calculating my FPS correctly?
So I was wondering if I\'m calculating my FPS correctly: Uint32 delayFrom(float startTime, float endTime){[详细]
2023-02-23 18:13 分类:问答Having a slight problem moving my camera based on time passed using GLUT/OpenGL
Before anyone asks, this is for a university project and I have to use GLUT. I\'m not tagging this as homework because this is not a requirement, nor will I have extra points for this.[详细]
2023-02-23 14:05 分类:问答Excanvas: Can I use Processing.js with it at near-normal (for <canvas>) speeds?
I\'ve recently come across Google\'s Excanvas stuff... It\'s a开发者_开发技巧ll very well and good having <canvas> for the turdier browsers out there, but I was wondering how optimised it was; c[详细]
2023-02-23 07:53 分类:问答How to make timer for a game loop?
I want to time fps count, and set it\'s limit to 60 and however i\'ve bee开发者_JS百科n looking throught some code via google, I completly don\'t get it.If you want 60 FPS, you need to figure out how[详细]
2023-02-20 11:30 分类:问答mencoder -> x264 : FPS problem : Video is 2x faster at the output
I got an input video, ffmpeg says about it : 29.96FPS 59.75 tbr 1k tbn 59.83 tbc My process to encode is :[详细]
2023-02-19 14:24 分类:问答How to change framerate when using MediaRecorder Class
I try to record video using MediaRecorder Class. However I find out that I failed to lower the framerate of the video stream.[详细]
2023-02-19 00:57 分类:问答Android Gameloop Thread.join() hangs application
Hey all i am implementing the gameloop found here: http://obviam.net/index.php/the-android-game-loop/[详细]
2023-02-18 00:45 分类:问答Android GLES20 big textured quad very slow (on Nexus One)
I render 2 triangles covering the whole surface using GLES20 context only. The problem is now that drawing just one single texture this way seems to be unreasonably slow. The framerate goes down from[详细]
2023-02-17 03:28 分类:问答