gbdev / gbdev/GBEmulatorShootout
Save result screenshots on disk instead of encoding it in the JSON
Open
frontend
- Dominant language
- Python
- Stars
- 37
- Forks
- 24
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/gbdev/GBEmulatorShootout/blob/main/main.py#L221
Storing screenshots as files keeps the JSON lightweight and directly usable as a data source for any frontend (React, Vue, etc.). Image paths are trivially renderable/serve-able
Contributor guide
Research direction
Start at main.py#L221 and trace how result screenshots are currently placed in the JSON. Check how result data is produced and consumed, then change the output so screenshots are stored as files and the JSON contains usable image paths. Done means the JSON is lighter and the saved paths can be rendered or served by a frontend.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- testing-qa
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100