Remix.run Logo
chromadon 6 hours ago

This is where QT/JUCE can help. Although you are limited to c++.

ogoffart 4 hours ago | parent | next [-]

If you are looking for something similar but not limited to C++, you can check Slint out: https://github.com/slint-ui/slint/

bluGill 6 hours ago | parent | prev [-]

It is tricky, but it is not unheard of to write Qt applications as something other than C++.

rubymamis 5 hours ago | parent [-]

These days you write the logic in C++ and UI in QML which is a very pleasent experience.

bluGill an hour ago | parent [-]

Rust bindings exist if you don't like c++