Gered
8d9457b872
Use Glenn Fiedler's "Fix your timestep!" article's approach instead. Just need to remember to always interpolate between prevState and currentState and not extrapolate from the currentState when rendering (for best results!) |
||
---|---|---|
src/main/java/ca/blarg/gdx | ||
.gitignore | ||
build.gradle | ||
README.md |
gdx-toolbox
A set of helper classes, methods, and other things built on top of libgdx which I find helpful in my own projects. Still very much a work in progress!