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 official web page, but it seems to be down. I wonder if any of you guys knows where I can find information about it.
相关问题
- JFX scale image up and down to parent
- How to start reading a file x bytes from the begin
- Dictionary help in Julia - creating dictionary fro
- Pass an updated function to an existing function
- Swing Font Rendering
相关文章
- Understanding immutable composite types with field
- Algorithm for maximizing coverage of rectangular a
- Is there a way to hide the new HTML5 spinbox contr
- Can keyboard of type UIKeyboardTypeNamePhonePad be
- PropertyGrid - Possible to have a file/directory s
- Programming a touch screen application with SWING
- Can WM_NEXTDLGCTL be used with non-dialog windows?
- How can I create a small IDLE-like Python Shell in
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.
This is quite a generic question, but I'll try and lay out the environment so that you can make an informed decision based on your needs.