Skip to content
This repository was archived by the owner on Apr 1, 2023. It is now read-only.

Latest commit

 

History

History
64 lines (45 loc) · 1.7 KB

File metadata and controls

64 lines (45 loc) · 1.7 KB

Julia GUI App Example

These are GUI apps in Julia. They are made of GTK.

REQUIRE

using Pkg
Pkg.add("Gtk")
Pkg.add("PackageCompiler")

Docker

e.g.

$ docker-compose build
$ docker-compose run juliagtk /bin/bash
$ cd example/CountClick
$ julia --project -e 'using Pkg; Pkg.instantiate()'
$ julia CountClick.jl

Reference

Screenshots