crux
crux copied to clipboard
Cross-platform app development in Rust
I know flutter have a Flutter Rust Bridge, But i wanna know if it is possible to use Flutter instead of Swift UI or Jetpack Compose ....
I tried adding the Compose capability to my app. The `shared` crate compiles, but typegen fails in `shared_types`, because the `Never` enum has no cases. See the backtrace below for...
This is an experiment to see whether we can use rustdoc's JSON output to generate foreign types (in TS, Swift and Kotlin) for crux shared libs. The JSON has all...
***WIP Draft*** Working (on my machine :upside_down_face: ) example updated using https://beta.tauri.app/blog/tauri-2-0-0-beta/ . Feel free to close if not wanted, as I know it's too early to update here to...
Current codegen for Swift, Kotlin and TypeScript relies on `serde-generate`. This works quite well, but has a few limitations/challenges: 1. Generics support across the FFI boundary (especially for `Option and...
closes #172
For a few reasons it was a bit harder than expected adapting the examples to work with Vite (+solid-js): I hit a few problems which weren't obvious to troubleshoot. I'm...
This is a list of nice to have APIs on the AppTester to make tests a little bit verbose in common cases. I'll be updating this issue as I think...
There are no docs for using Crux with Flutter. Based on Crux's architecture, this should be relatively easy, since Flutter can take over UI, replacing 3 platform languages and their...
I'm wondering about 2 things 1. Are there plans to build out C#/WinUI 3 support? 2. Is that something that folks would get behind integrating into Crux?