How to make a GUI in Julia?

前端 未结 3 2072
青春惊慌失措
青春惊慌失措 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:54

    There is a new package called Genie. It is a web framework comparable with Django in python. You can create web ui using Genie. Until now (Aug. 2017), the package is functional with some nice demos, the documentation is not quite complete though.

提交回复
热议问题