GUIAppExample.jl icon indicating copy to clipboard operation
GUIAppExample.jl copied to clipboard

Examples of Julia GUI Application

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

Count Click

Calculate Area

Bingo machine

Conway's Game of Life

Conway's Game of Life (interactive)

Tic Tac Toe

Text editor

Calculator

Plot function

Reversi