Home - nodrygo/GtkLuxorNaiveDemo GitHub Wiki

Gtk Luxor Naive Demo

Just for fun a Julia code to try to put Luxor demos in a Gtk canvas

some demos are adaptation of stolen demos from Luxor
except for the dynamic running clock

First of all add needed packages

  • Pkg.add("Gtk")
  • Pkg.add("Luxor")

tested on my Linux Mint 17 (no clue if it work on MacOs or Windows)

simply clone this repo, enter in the directory either simpledemo or nanocad
then start Julia REPL and use
include("gtkLuxorDemo.jl") or include("gtkLuxorNanoCad.jl")

or more easy, use Juno open and run the file, saved image will go in plot area