0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)Python537 forks (537 forks)batch import
good first issuehelp wanted
Repository metrics
- Stars
- 5,189 stars (5,189 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Description
We want to compare the performance of PyBoy against other emulators. Especially raw performance of CPU and rendering without showing a GUI (this is often a bottleneck).
Possible list:
- VisualBoy
- SameBoy
- GearBoy
- Javascript emu?
- ...
Maybe some from this list: https://daid.github.io/GBEmulatorShootout/
Contributor guide
- Research direction
- Set up a benchmarking script using PyBoy's built in features and compare CPU and rendering performance with other emulators listed in GBEmulatorShootout. Measure frames per second or execution time for a set of test ROMs.
- Tech stack
- python
- Domain
- performance
- Issue type
- Performance
- Prerequisites
- Python