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

goropikari/GUIAppExample.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Examples of Julia GUI Application

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published