• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

Windows How to make this gif code into an extension?

  • Thread starter Deleted member 16767
  • Start date
D

Deleted member 45063

Guest
Never used it myself, so take this suggestion with a grain of salt. However, it seems like Cython might be able to convert Python code into C code. You should then be able to adapt the generated C code to be able to compile it successfully into a DLL that you can then load as an extension.
 
Top