Simple Immediate-Mode Graphical User Interface (IMGUI) library in Julia.
This package is not documented yet. However, the following video (slightly outdated) should help with the conceptual understanding of the immediate mode implementation in this package: https://www.youtube.com/watch?v=-z8_F9ozERc
To test the example
- Clone the repository
git clone https://github.com/Sid-Bhatia-0/SimpleIMGUI.jl.git
- Go to the
examples
directory and run the julia REPL
julia --project=.
- Instantiate the project after going into
Pkg
mode
(examples) pkg> instantiate
- Exit the REPL and run
example.jl
with the Project.toml and Manifest.toml files in theexamples
directory
julia --project=. example.jl
This will open a window and you can interact with the widgets present in it. Here is a screenshot