14 ms·
I'm curious about julia as a gui language: mind sharing your code/project?
by notyoutube 3y ago
I'm curious about julia as a gui language: mind sharing your code/project?
- JanisErdmanis 3y agoI have developed/prototyped a voting client with QML/Julia in PeaceFounderClient [1]. Few weeks ago I made bundling setup for it and have published bundles [2]. This may not scale well but I opted for bridging the backend with frontend in top scope with Bridge.qml [3] which on the Julia side is loaded with ‘loadqml’ using ‘QML.jl’ pacakge [4]. [1]: https://github.com/PeaceFounder/PeaceFounderClient/tree/main https://github.com/PeaceFounder/PeaceFounderClient/tree/main [2]: https://github.com/PeaceFounder/PeaceFounderClient/releases https://github.com/PeaceFounder/PeaceFounderClient/releases [3]: https://github.com/PeaceFounder/PeaceFounderClient/blob/main/qml/Bridge https://github.com/PeaceFounder/PeaceFounderClient/blob/main... [4]: https://github.com/PeaceFounder/PeaceFounderClient/blob/cf9d831191475159d8280c309d9f786b91018bac/src/PeaceFounderClient.jl#L120 https://github.com/PeaceFounder/PeaceFounderClient/blob/cf9d...
- notyoutube 3y agoAnd an interesting project to boot! Thanks for sharing