Go to file
Gered 8d9457b872 rework the main loop to use a different method for fixed timestep
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!)
2013-12-30 14:00:14 -05:00
src/main/java/ca/blarg/gdx rework the main loop to use a different method for fixed timestep 2013-12-30 14:00:14 -05:00
.gitignore update gitignore 2013-12-15 12:09:58 -05:00
build.gradle fix group id 2013-11-30 12:45:50 -05:00
README.md Create README.md 2013-08-10 10:34:40 -04:00

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!