I'm trying to figure out how I can use OpenGL to draw parts of my UI that is otherwise a Qt Quick app using this library. An example in the examples/ dir would be amazing, and I can help contribute one once I understand how to to make one.
Will I be able to achieve this using only Rust + QML? Or will C++ be needed? What I have found/read so far:
I'm trying to figure out how I can use OpenGL to draw parts of my UI that is otherwise a Qt Quick app using this library. An example in the examples/ dir would be amazing, and I can help contribute one once I understand how to to make one.
Will I be able to achieve this using only Rust + QML? Or will C++ be needed? What I have found/read so far:
Canvasitem with some Javascript.