GUIAppExample.jl

Examples of Julia GUI Application
Author goropikari
Popularity
42 Stars
Updated Last
1 Year Ago
Started In
January 2018

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