1

I would like to program SailfishOS applications. But, I would prefer not to use QML, C++, or Python.

I'd like to use something like Rust. But, I'm not sure how to know what options I really have.

What kind of things should I know to be able to determine what compilers will create binaries for ARMv7hl?

sepp2k
  • 363,768
  • 54
  • 674
  • 675
Shawn McCool
  • 1,207
  • 8
  • 8

2 Answers2

1

You can't really avoid Qt, but with C++ that trick is possible. There was a thread on Devel mailing list. All you need is to find good Qt5 bindings for Rust. These look promising.

enedil
  • 1,605
  • 4
  • 18
  • 34
0

If you don't want to use any QML and C++, the answer is probably no. But if you fancy writing some kind of wrapper like pyotherside, it seems doable.

EricW
  • 23
  • 4