
The passage of time in interactive software is a frantic phenomenon. Let's think about an OpenGL ES game running at 60 frames per second (quite common on an average Android smartphone); we have only 16 milliseconds between two frames, this means that all the magic behind the rendering of a frame happens in this time slice. Between two frames exists a different world, where the concept of time has a totally different meaning; in this ...

No comments:
Post a Comment