#qt #ritual

sys qt_qml

Bindings for QtQml C++ library

6 releases

0.5.0 Mar 21, 2020
0.5.0-alpha.2 Mar 17, 2020
0.5.0-alpha.1 Feb 17, 2020
0.4.1 Dec 22, 2019
0.3.0 Sep 9, 2019

#742 in GUI

44 downloads per month

MIT/Apache

70MB
537K SLoC

Rust 454K SLoC // 0.0% comments C++ 82K SLoC // 0.0% comments

ritual

Build Status

ritual allows to use C++ libraries from Rust. It analyzes the C++ API of a library and generates a fully-featured crate that provides convenient (but still unsafe) access to this API.

The main motivation for this project is to provide access to Qt from Rust. Ritual provides large amount of automation, supports incremental runs, and implements compatible API evolution. This is mostly dictated by the huge size of API provided by Qt and significant API differences between Qt versions. However, ritual is designed to be universal and can also be used to easily create bindings for other C++ libraries.

More information is available on rust-qt.github.io:

License

This project is licensed under either of

at your option.

If you use Qt, you should also take into account Qt licensing.

Contributing

Contributions are always welcome! You can contribute in different ways:

  • Submit a bug report, a feature request, or an improvement suggestion at the issue tracker;
  • Write a test or an example for a Qt crate (porting examples from the official Qt documentation is a good option);
  • Pick up an issue with help wanted tag.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the project by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies