Graphical User Interface for MINDFulMakie.jl
This project aims to interactively visualize created intents with MINDFulMakie.jl while being lightweight, trivial and flexible to use.
It is still in a very early state, so there is much more to come. This only shows a small set of current features.
- Create and visualize intents.
- Add any compatible .graphml topologies, they get detected automatically!
- You can zoom, stretch and move all graphs. Or even make one fullscreen.
Installing deps
~$ git clone https://github.com/Niels1006/MINDFulGLMakieApp.jl-1
~$ cd MINDFulGLMakieApp.jl-1
~/MINDFulGLMakieApp.jl-1$ Julia --project
julia> ]
(MINDFulGLMakieApp) pkg> instantiate
To run this project
~/MINDFulGLMakieApp.jl-1$ Julia -i src/Main.jl
Visualize the intent with either an intent-tree or an IBN-plot. Plots are interactive, so it's possible to zoom in/stretch them.