1
Programming / Re: BearLibTerminal: a pseudo-terminal window library for roguelike
« on: September 04, 2019, 06:38:07 PM »Has anyone done a CFFI wrapper for BearLibTerminal with PyPy?
Sorry for the late reply. I did a CFFI wrapper for bearlibterminal a while ago, but never published it. I just uploaded it, if you want to try it out.
https://github.com/ibatugow/blt_samples/blob/master/Python/bearlibterminal/terminal-cffi.py
Just replace terminal.py with the cffi version and it should work. It's only a little faster in CPython, but vastly faster in pypy.