Hello! I’ll try to explain what I’m looking for: I sometimes have to write simple web pages (not just text, also buttons and video players and so on), but I really really hate writing html code. What I’m used to is QML, which I like a lot, because of the ease of placing objects exactly where I need using the anchors and the Layout objects. What I’m looking for is a language or something with a similar syntax, that can then be “built” to plain HTML/CSS/JS. Is there something like this? I know I can compile Qt/QML for webassembly, but I’m having huge amounts of problems, and also I’d like to have the possibility to have a plain HTML result, not necessary bind to the server side.

thanks in advance!!

  • @onlinepersona
    link
    English
    2
    edit-2
    4 months ago

    What kind of page are you trying to write? Blog? Single Page App? Landing page?

    If you’re already trying to tackle QML, you might as well learn Slint. It’s much easier IMO and can be compiled from Rust or C++. They even have a live editor. Check out their demos.

    Make keep an eye out for MakePad. They’re not yet ready for public use I think, but their demo is incredible, IMO.

    CC BY-NC-SA 4.0