0
votes
0answers
23 views
How to verify Amazon FPS/SimplePay IPN (Instant Payment Notification), using version 2?
I've looked through the documentation, I've tried downloading various example code, and I've tried hacking various permutations. After a full day's worth of work, I'm spent, and throwing in the towel. …
1
vote
5answers
360 views
How do I cap my framerate at 60 fps in Java?
I am writting a simple game, and I want to cap my framerate at 60 fps without making the loop eat my cpu. How would I do this?
0
votes
1answer
46 views
WGL: No double buffering + multi sampling = FAIL ?
I usually create a pixel format using wglChoosePixelFormatARB() with these arguments (among others):
WGL_DOUBLE_BUFFER_ARB = GL_TRUE
WGL_SAMPLE_BUFFERS_ARB = GL_TRUE
WGL_SAMPLES_ARB = 4
i.e. doubke …
0
votes
1answer
46 views
All of a sudden, my Amazon FPS signature string is invalid.
What could be wrong? All of a sudden, I'm getting an "invalid signature string" error when I try to process payment. Here is an example of one form:
<form …
0
votes
1answer
42 views
Good Usage Based Payment Service
Amazon Flexible Payments Service seems like the perfect service. It is exactly what we're looking for.
Unfortunately, since we are not based in US (based in UK instead) it is not available to us.
I …
2
votes
6answers
518 views
How to get games’ FPS (with OpenGL) to like 800 FPS
Hi!
How can we run a OpenGL applications (say a games) in higher frame rate like 500 - 800 FPS ?
For a example AOE 2 is running with more than 700 FPS (I know it is about DirectX). Eventhough I just …
0
votes
0answers
147 views
iPhone SDK - How do you make a UIView that responds to audio input?
I am developing an app that uses Core Graphics and Audio Queue Services to generate an image that changes with the input from the iPhone's mic. Some sort of interaction between Core Graphics and …
0
votes
1answer
84 views
Loaded object in ActionScript3 with higher FPS
How can I load a swf in ActionScript 3 with a higher fps than the instance doing the loading with Loader?
Thanks!
1
vote
3answers
551 views
iPhone OpenGl render text
Does anyone know how can i render a string on the iphone? Its for displaying my frame per second with =p
1
vote
1answer
342 views
iPhone OpenGL fps test
Anyone can tell me how to get and display the fps (frame rate) of a running program on screen?
0
votes
1answer
38 views
Are there any other methods for a marketplace with direct-to-seller payment other than Amazon Flexible Payment Services (FPS)?
Amazon Flexible Payment Services has functionality built in to allow sellers to receive payment directly into their Amazon Payments Business account rather than going to the marketplace owner. (See …
4
votes
5answers
286 views
Flash Player magical frame rate
A long time ago (5+ years) I read an article about optimal frame rates for the Flash Player. The article reasoned through some calculations that 31 frames per second was the optimal fps to run your …
0
votes
2answers
150 views
[Java] getting strange results from framerate code
I'm trying to keep my game at 60fps, but I'm getting strange results from my code like "2-8000 fps" Why isn't this staying at 60?
public static void main(String[] args) {
joglplat m = new …
0
votes
1answer
90 views
streaming media streaming speed confusion
Hello everyone,
I am always confused about two parameters about streaming media -- fps (frame per second) and bit rate (e.g. 256k bps, 512k bps, etc.).
I do not want to know the mathematical and …
0
votes
6answers
1k views
How to create a FPS game?
I would like to know How to create a fps-game with SDL lib?
Are there any books that explain with examples?
