Skip to content

A Julia package for creating interactive html UI applications

License

Notifications You must be signed in to change notification settings

galran/Twinkle.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twinkle.jl

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.

Twinkle Example

Basic usage:

julia> using Twinkle

julia> Twinkle.runExample("Controls")

Controls Example

About

A Julia package for creating interactive html UI applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published