ritual icon indicating copy to clipboard operation
ritual copied to clipboard

Use C++ libraries from Rust

Results 41 ritual issues
Sort by recently updated
recently updated
newest added

It would be nice to create a custom widget (derived from `QWidget`) in C++ code, then use it in Rust code. If this isn't possible already, I would be willing...

Would it be possible to provide an example of deploying custom qt code via ritual? EG say i want to implement a custom class inheriting from QSortFilterProxyModel on the c++...

I was wondering if there is anything complementary in this relatively new crate: [qmetaobject-rs](https://github.com/woboq/qmetaobject-rs) Could the approach be combined with rust-qt to add support for signals/slots/etc?

Hi, I'd like to use Rust QT bindings for an embedded target. The build host is an x86, the target is an aarch64 architecture. However I can't figure out how...

Right now cmake is required for building the lib generated by `cpp_to_rust` an alternative would be to use the gcc crate instead which would remove the need for the user...

type: feature

Interesting options: - 32-bit Linux, Windows, and OSX; - Windows with MSVC toolchain other than 14 (VS 2015).

type: testing

Theoretically, mobile platform support (iOS, Android) would be nice, since both Qt and Rust support them on some level.

type: feature

Qt only have "Q" prefix, but other libraries or parts of libraries may have different prefixes. Rust's crate and module system makes prefixes useless, so we should remove them whenever...

type: feature

I'd love to see the JUCE library wrapped so it can be used from Rust.

Wrap `qobject_cast` similar to `dynamic_cast`.

type: feature