boskee / Minecraft

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

Adds all python modules to Cython + 3125af6 fix. #39

Closed BertrandBordage closed 11 years ago

BertrandBordage commented 11 years ago

It might speed up a bit these modules. To get real speedup, one need to add a .pxd file like world.pxd containing the static typing of the chosen module. There is nothing else to do, Cython has automatic .pxd files discovery.

Plus I fixed the problem mentioned in 3125af6.