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
examplesdirectory and run the julia REPL
julia --project=.
- Instantiate the project after going into
Pkgmode
(examples) pkg> instantiate
- Exit the REPL and run
example.jlwith the Project.toml and Manifest.toml files in theexamplesdirectory
julia --project=. example.jl
This will open a window and you can interact with the widgets present in it. Here is a screenshot
