These are GUI apps in Julia. They are made of GTK.
- Julia 1.4
- Gtk.jl
- PackageCompiler.jl if you build an executable
using Pkg
Pkg.add("Gtk")
Pkg.add("PackageCompiler")
e.g.
$ docker-compose build
$ docker-compose run juliagtk /bin/bash
$ cd example/CountClick
$ julia --project -e 'using Pkg; Pkg.instantiate()'
$ julia CountClick.jl