As I promised in the thread about the instruction how to create standalone applications with a GUI, here is as example a complete GUI program that was created using PackageCompiler + Lazarus.
(I selected Lazarus as UI because it is platform-independent and one is quick to make a fully-featured GUI.)
The program is part of a package I wrote for a new algorithm to cluster data (called “Iteridense”). I wrote the algorithm completely in Julia as a module. This module is compiled to a library as described in the above mentioned thread. This library is used by the Lazarus program.
- You find the Julia module as package here.
- Inside of this package you find the module adapted for compilation as C-callable library here.
- The Lazarus program can be found here.
- If you are interested to have a look at the final Lazarus program without compiling it, you can download from the latest release assets the file IteridenseClustering.zip. There you find in its bin folder the file IteridenseClustering.exe file that can directly be executed under Windows (no installation or admin permissions necessary.