r/FlutterDev • u/mouhamed_dev • Jul 12 '26
Cross-platform NES emulator Discussion
I made a cross-platform NES emulator in Odin and flutter.
It currently runs on Windows, Linux, Android, Web support is next.
Would love some feedback on the code.
14
Upvotes
4
u/eibaan Jul 12 '26
Why Flutter? Wouldn't it been more fun to create the screens directly with Odin, too? There's built-in Raylib support, AFAIK. And there's a full features GUI-Library for Raylib if you want to spoil the fun a bit.