Hi NiLuJe! I'm recently giving a look at some of the project you worked on, your Kobo Stuff and Koreader are very useful!
I have a request / question, how to extend Python functionalities? I would like to have more "pip packages" on your bundle. My idea is to run PyBoy, which is a cython Game Boy emulator. It has a dependency to SDL2, which in the end we won't use, but idk if it can be stripped out. Numpy is also required.
GitHub link:
https://github.com/Baekalfen/PyBoy
Once the PyBoy package can be bundled on the Kobo, I would like to extend the emulator functionalities with FBInk, to possibly make a very rudimental emulator (or surrender to fps limitation and be happy with it).
How can I cross-compile the package to be compatibile with your python bundle? Or can you consider making an experimental bundle with this package for me?