More languages in the Qt Project: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Category:QtCS2023 ==Session Summary== ==Session Owners== ==Notes==") |
|||
(One intermediate revision by one other user not shown) | |||
Line 3: | Line 3: | ||
==Session Summary== | ==Session Summary== | ||
Follow up session from QtWS23 talk: https://qtinfo.dev/qtws23 | |||
The Role of language bindings in the future of Qt Ecosystem: | |||
* Current bindings - Python, Rust (KDAB), Java/Kotlin (QtJambi), Zig (QML) etc. | |||
* CXX-Qt | |||
** idea is to offload tasks to Rust rather than completely use Rust and QML. ie. only expose a subset | |||
* Packaging | |||
** Maybe use QtCreator templates to create a tool like Cargo for Qt projects | |||
** Update: From the vcpkg initiative by the build team, it can be combined. | |||
* ZIG | |||
** has templates for new projects | |||
** can easily use C functions without FFI bindings | |||
** fully supports cross compilation | |||
* CARBON | |||
**time to look into other langauges to get into community | |||
Having QML as a connector with many languages to Quick applications would be great, so we don't need to have full-blown bindings for languages, but just a middle layer. This needs the help of the QML team :D | |||
==Session Owners== | ==Session Owners== |
Latest revision as of 14:44, 1 December 2023
Session Summary
Follow up session from QtWS23 talk: https://qtinfo.dev/qtws23
The Role of language bindings in the future of Qt Ecosystem:
- Current bindings - Python, Rust (KDAB), Java/Kotlin (QtJambi), Zig (QML) etc.
- CXX-Qt
- idea is to offload tasks to Rust rather than completely use Rust and QML. ie. only expose a subset
- Packaging
- Maybe use QtCreator templates to create a tool like Cargo for Qt projects
- Update: From the vcpkg initiative by the build team, it can be combined.
- ZIG
- has templates for new projects
- can easily use C functions without FFI bindings
- fully supports cross compilation
- CARBON
- time to look into other langauges to get into community
Having QML as a connector with many languages to Quick applications would be great, so we don't need to have full-blown bindings for languages, but just a middle layer. This needs the help of the QML team :D