dustmop / makechr

makechr is a tool for generating NES graphics
Other
91 stars 8 forks source link

Investigate performance improvement using cython and numpy #14

Open dustmop opened 5 years ago

dustmop commented 5 years ago

makechr is designed to be fast, yet it is written in Python. Perhaps using cython or numpy could speed it up significantly.