crux icon indicating copy to clipboard operation
crux copied to clipboard

Cross-platform app development in Rust

Results 37 crux issues
Sort by recently updated
recently updated
newest added

Out of curiosity and also to aleviate any concerns, we should performance test the bridge messaging to see how many messages can we pass back and forth as a base...

All the example share a very similar implemenetation of the core intereaction, servicing the messaging and keepting the shell-side view model up to date. At the moment all the implementations...

Hi, Are there any known strategies for working with Crux when multiple windows are opened in MacOS and/or iPad apps (maybe even iOS apps)? As I understand it, each window...

## CLI tool Some ideas for a simple Crux CLI that can analyze, validate, fix, and create Crux projects within a workspace. Let's start simple, and evolve over time. Some...

enhancement

From [Uniffi changelog](https://github.com/mozilla/uniffi-rs/blob/main/CHANGELOG.md): Crates can now use proc-macros without UDL files to export their interface. See the "Procedural Macros: Attributes and Derives" manual section for details. Placeholder issue to investigate...

Hey Crux team, after understanding a bit more about how Crux works and how the state management is defined, I can see history repeating itself. 1 massive key value pair...

Hi there! Is there any plan about nix support? Thanks in advance.

Are there plans to support other tool chains? Example:x86_64-pc-windows-msvc

This is a very subtle problem with the order of the fields of the `Core` type interacting with the async runtime when using channels (and possibly other coordination primitives). The...

What would be the design of the shell and core for multi screen application ??