mohanson / gameboy

Full featured Cross-platform GameBoy emulator by Rust. Forever boys!.
MIT License
1.36k stars 79 forks source link

parallelize blockish #26

Closed yazgoo closed 4 years ago

yazgoo commented 4 years ago

This should be less laggy by leveraging multiple processors. Here is an example on an old branch (before features refactoring)

https://www.youtube.com/watch?v=kplsT9kPK-0 (video capture makes it more laggy that it actually is)

NB: With the latest updates, there are two issues though, that I will try and fix in another PR if it's ok with you

  1. no sound support
  2. no arrow key support => https://github.com/mohanson/gameboy/pull/27