-
Updated
Apr 3, 2022 - C
gameboy-emulator
Here are 278 public repositories matching this topic...
-
Updated
Mar 9, 2022
This would vastly help the Dev experience for game developers
-
Updated
Jan 11, 2022 - Rust
-
Updated
Mar 8, 2022 - C
-
Updated
Aug 30, 2021 - Go
-
Updated
Jan 14, 2022 - OCaml
-
Updated
Mar 30, 2022 - C
-
Updated
Feb 11, 2022 - Elm
-
Updated
Jan 17, 2022 - C
-
Updated
Feb 12, 2020 - Rust
-
Updated
Jul 26, 2020 - Go
-
Updated
Mar 27, 2022 - Rust
-
Updated
Sep 12, 2017 - C#
-
Updated
Jan 19, 2022 - C
-
Updated
Mar 26, 2022 - Pascal
-
Updated
Feb 19, 2022 - Rust
Cache roms
Needing to load ROMs from the filesystem every time is really annoying. We can easily cache them in localStorage or something.
Also the load cart UI should be rethought to allow for "included ROMs", "saved ROMs", or "load from FOO"
-
Updated
Nov 3, 2021 - Dart
-
Updated
Apr 22, 2021 - C++
-
Updated
May 9, 2020 - C#
-
Updated
Jun 4, 2019 - OCaml
-
Updated
May 20, 2021 - Crystal
Improve this page
Add a description, image, and links to the gameboy-emulator topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the gameboy-emulator topic, visit your repo's landing page and select "manage topics."
We don't current have a way to get the sound output through the API. This could for example be in the form of a buffer to copy at every frame.
This might also require some work to separate the sound implementation from SDL2.