fogleman / Minecraft

Simple Minecraft-inspired program using Python and Pyglet
MIT License
5.22k stars 1.23k forks source link

Framerate Ticker #78

Open Christofosho opened 8 years ago

Christofosho commented 8 years ago

I believe this repository would benefit from a framerate ticker. I've implemented and made a pull request that includes this feature. It will help gauge our changes and how they affect functionality and performance. Let me know if you believe this can be implemented in a better way. See #77 for details.

Chris