-
If you want to use separate codebases, then you might consider egui, iced or gtk-rs for the desktop part.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
If you want to use separate codebases, then you might consider egui, iced or gtk-rs for the desktop part.
-
If you want to use separate codebases, then you might consider egui, iced or gtk-rs for the desktop part.
-
If you want to develop a web app and a desktop from the same codebase, I'd look at https://dioxuslabs.com/. It's desktop support is currently based on Tauri, but a native renderer is planned.