Skip to content

galran/Glimmer.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Glimmer.jl

Documentation
docs dev

Glimmer.jl is a Julia package for creating fast and simple user interface (UI) using the Blink package. The UI is a dynamic Angular application that runs inside a Blink window.

It is designed to allow any Julia user to easily create simple UIs, perform quick code experiments where you can tweak the inputs, and visualize the results in the same window. You can update variable values using the interactive controls or using Julia assinments in the REPL or scripts, and Glimmer will make sure everything is synchronized.

NOTE: I'm currently learning the "art" of Github Actions so expect some rocky road for a few weeks.

Glimmer Example

Basic usage:

julia> using Glimmer

julia> Glimmer.runExample("Controls")

Controls Example