How to make a GUI in Julia?

前端 未结 3 2035
青春惊慌失措
青春惊慌失措 2021-01-30 14:23

I\'m new at programming in Julia and I need to create a GUI. I\'ve been looking for information and I can\'t find anything useful. I tried to search information in the Julia off

3条回答
  •  醉梦人生
    2021-01-30 14:55

    QML.jl https://github.com/barche/QML.jl

    The QML.jl package enables using the QML markup language from the Qt library to build graphical user interfaces for Julia programs. The package follows the recommended Qt practices and promotes separation between the GUI code and application logic. All user-facing code is pure Julia and QML, no C++ knowledge is required to use the package.

提交回复
热议问题