wowsinfo / WoWsUnpack-Ultra

World of Warships Game Unpacker with more features
GNU Affero General Public License v3.0
1 stars 0 forks source link

Flutter Frontend #4

Open HenryQuan opened 1 year ago

HenryQuan commented 1 year ago

Flutter could call the C# code without blocking the UI. Since GameFileUnpack is implemented in Rust, this can be a good opportunity to try out flutter_rust_bridge and see if I can create a simple UI to call the unpack backend. The official one is good but maybe, we can do better.

HenryQuan commented 1 year ago

We will be using ffigen and cbindgen instead of the library.