You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To support custom arrays and layouts, and in the absence of a stable ABI to load these via shared libraries, we should expose the Vortex TUI main function as a Rust library that accepts a Vortex session.
This allows users to easily compile their own TUI binaries with extensions built in.
Note I think we also exclude TUI from publishing atm.