Palli
April 14, 2025, 8:44pm
58
uwestoehr:
A. standalone, precompiled application that runs under Windows
B. a UI
A paid service is acceptable as long as my customers don’t have to pay something for the final program. We will take over the costs.2.
Please consider AppBundler.jl:
Note it bundles into one “installer-file”, it doesn’t precompile, but rather relies on Julia precompiling from the source code you distribute. I haven’t used it but I understand it might be even better on Windows than on Linux I use.
For the GUI you can consider GitHub - Clemapfel/Mousetrap.jl: Finally, a GUI Engine made for Julia though there are also other options.
And FYI:
UPDATE: see examples and ask questions at the official GH repo github.com/Suzhou-Tongyuan/JuliaCon2024-JuliaAOT .
This is an unofficial announcement of the Julia AOT compiler (SyslabCC) created by Suzhou-Tongyuan , and I am the one who lead the compiler team and designed the architecture.
This compiler is now integrated into MWORKS.Syslab , and you can find the documentations for the compiler at SyslabCC . Unfortunately, it is written in Chinese due to our bandwidth, and I hope our circumstance n…
2 Likes