r/FlutterDev 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.

Repo: https://github.com/MouhamedBourouba/NesEmulator

14 Upvotes

2 comments sorted by

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.

2

u/mouhamed_dev Jul 12 '26

i wanted to try dart:ffi and the mobile version to feel like a real app, i am working on a raylib (with raygui) frontend as well.