boskee / Minecraft

Simple Minecraft-inspired program using Python and Pyglet
MIT License
207 stars 33 forks source link

World generation speedup?? #88

Closed r58Playz closed 5 years ago

r58Playz commented 5 years ago

The game runs crazily slow using Python. Maybe use a different thread for world generation??(use threading module and start a thread)