game-loop
Actionscript without display list (update/draw loop)
I\'ve been working with several different programming languages recently, and I\'ve come to the conclusion that I don\'t really like the display list in Actionscript. I would much rather have an updat[详细]
2023-04-12 05:26 分类:问答Android Development: Game background loop
I\'m developing a 2d Game using Canvas/Surfaceview and have a problem with thread. So what I want to accomplish is something in the background that is for example:[详细]
2023-04-07 15:45 分类:问答fixed game update cycles [closed]
Closed. This question is off-topic. It is not currently accepting answers. 开发者_高级运维 Want to improve this question? Update the question so it's on-topic for Stack Overflow.[详细]
2023-04-06 04:17 分类:问答Opengl-es calling onDrawFrame manually
I am creating a game loop and I need to be able to call onDrawFrame (from inside the renderer manually) in order to \"skip frames\" if I find that I am falling behind on processes.[详细]
2023-04-05 10:20 分类:问答When in android should I place main game loop in the initial activity class?
I\'m trying to create a game loop using this tutorial. I have tried to implement this in the initial activity class as shown below but I have run into a few problems. I have requested the fullcreen a[详细]
2023-04-04 23:41 分类:问答HTML 5 efficient drawing on canvas for game
I am attempting to develop a game with canvas element.Right now, I am drawing tiles (colored s开发者_StackOverflow中文版quares) as the background, and the hero controlled by arrow keys based off of th[详细]
2023-04-04 13:13 分类:问答Why can't my SurfaceView's game loop run a decent FPS?
I\'ve cobbled together a simple game loop, mostly using the techniques that seem be be prevelent, particually in the Killer Game Programming in Java book and in this tutorial I just found: Here[详细]
2023-03-26 14:04 分类:问答Options available to a programmer on the Main Game Loop [closed]
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.[详细]
2023-03-21 15:36 分类:问答Approach for Android game with timers and touch event (move) handling
I\'m doing a game with game loop and active rendering (using SurfaceView and SurfaceHolder.Callback).[详细]
2023-03-18 23:41 分类:问答GameLoop checking for input (Android/GlSurfaceView)
If I have some basic game loop in a thread, lik开发者_如何学Pythone this: public void run(){ getInput(); //onTouchEvent method is only available in view class.[详细]
2023-03-17 05:43 分类:问答