-
Notifications
You must be signed in to change notification settings - Fork 482
Home
It is highly recommended to read the report to get a light introduction to Game Boy emulation. The report is relevant, eventhough you want to contribute to another emulator, or create your own.
If you've read the report and want more explicit details, have a look at the Pan Docs.
We have now moved away from PyPy, and PyBoy fully supports regular CPython, by the use of Cython. Performance has also increased dramatically.
The code base is still pure Python, which means it will still run in CPython and PyPy (although slowly). Cython is an addition, where we can compile the code to run 100-200 times faster.
To get started, look at the installation instructions
At the Wiki page, you will also find out how to interface with PyBoy from your own project: Wiki.
Thanks to all the people, who have contributed to the project!
- Asger Anders Lund Hansen - AsgerLundHansen
- Mads Ynddal - baekalfen
- Troels Ynddal - troelsy
- Kristian Sims - krs013
- Thomas Li Fredriksen - thomafred
- Florian Katenbrink - FKatenbrink
- Liz - stillinbeta
Any contribution is appreciated. The currently known errors are registered in the Issues tab. Feel free to take a swing at any one of them.
For the more major features, there are four that you can give a try:
- Sound
- Color
- Link Cable
- Unit tests and/or test ROM
If you want to implement something which is not on the list, feel free to do so anyway. If you want to merge it into our repo, then just send a pull request and we will have a look at it.
Creative Commons BY-NC-SA 4.0 http://creativecommons.org/licenses/by-nc-sa/4.0/