Leah Rowe on Nostr: I had an idea today. I always work on something fun, and not Libreboot related during ...
I had an idea today.
I always work on something fun, and not Libreboot related during christmas. This year I want to write a gameboy emulator.
But the idea is:
Implement only the *emulation core*, myself. Plenty of docs abound describe the hardware.
The interface however would be forked from *mpv*:
https://mpv.io/
Adapt its video/audio playback and various features, to be the user interface for an emulator. Even rewind/fastforward (emulators are state machines and it's easy to do).
I always work on something fun, and not Libreboot related during christmas. This year I want to write a gameboy emulator.
But the idea is:
Implement only the *emulation core*, myself. Plenty of docs abound describe the hardware.
The interface however would be forked from *mpv*:
https://mpv.io/
Adapt its video/audio playback and various features, to be the user interface for an emulator. Even rewind/fastforward (emulators are state machines and it's easy to do).