Diddy and Delta Timing implementation?

Monkey Forums/Monkey Programming/Diddy and Delta Timing implementation?

Amon(Posted 2012) [#1]
Does Diddy have a Delta Timing solution? If so how would I use it?

I've seen the DeltaTiming stuff but not sure how to glue it all together.

Thanks!


therevills(Posted 2012) [#2]
Yes, Diddy uses the Delta Timing routine by James Boyd.

All you have to do is times your movement etc by "dt":

x =+ 1 * dt


Theres also fixed rate logic in there, but it hasnt been totally tested (well Dabz tried it out, but its too much for an Android device)...


Amon(Posted 2012) [#3]
Thanks, therevills!