Jeff Verkoeyen
Jeff Verkoeyen
To clarify: is the request here to return the encoded Data from each of `BinaryEncodingContainer`'s `encode` APIs? E.g. ```swift encode(_ value: T) throws where T: BinaryEncodable -> Data ```
Solid question, and one I'll answer here but likely need to expand upon in the repo's docs. Here's the sequence of events that led me here: When I first built...
Love it :) I’ll bring this up in the forums and perhaps take a stab at an evolution doc.
I believe this is resolved by latest spec work.
Let's move this discussion to the starmap where we can discuss it at a higher level.
Will use this post to catalog existing emulators: - [Playboy](https://devforum.play.date/t/playboy-a-nintendo-gameboy-emulator-for-playdate/4803), [source](https://github.com/adamsoutar/playboy), written in Rust. So far seems to have significant [performance issues](https://github.com/adamsoutar/playboy/issues/1) - [Peanut-GB](https://www.reddit.com/r/PlaydateConsole/comments/ulhubs/i_just_released_peanutgb_a_gameboy_emulator_for/), [source](https://github.com/timheigames/Peanut-GB-Playdate), written in C. Similarly has...
And will use this post to collect performance-related threads and details: - [Updating the entire LCD in C and performance](https://devforum.play.date/t/updating-the-entire-lcd-in-c-and-performance/1719) — Discussion of performance characteristics of the LCD. - [Programming...
WIP branch in https://github.com/jverkoey/SameBoy/commits/playdate
Got SameBoy rendering on Playdate :D https://user-images.githubusercontent.com/45670/183327692-917cde07-5844-43a1-9379-13aa4f7268c4.mov No input or audio yet. Going to take a stab at audio first.
And now with audio! https://user-images.githubusercontent.com/45670/183331873-141f4190-0a95-4174-8fdf-59148d74d81c.mov