rid-examples
rid-examples copied to clipboard
Examples showing how to use Rid in order to build Dart/Flutter apps integrated with Rust.
Looking to integrate a rust game engine with flutter, will rid be able to help out eventually?
Hello, you can use wasm compiled by deno for logic, flutter for ui display, deno is built in rust language, and it is safe.
is it still need NDK or not ?
can rid automatically generate code for external types without annotation? The model code is part of a 3rd path library I cannot add the `#[rid::model]`. Is there any way to...
Hey @thlorenz This package looks promising. Are you still working on it?