Twinkle.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 Twinkle will make sure everything is synchronized.
julia> using Twinkle
julia> Twinkle.runExample("Controls")