attractorr
attractorr copied to clipboard
Add an alternative user interface (GUI)
Providing a CLI interface is nice, but some users may prefer a GUI.
- [x] Refactor code to support multiple binaries
- [ ] Implement a simple Gtk GUI
One could also implement a curses based interface.
Ratatui (TUI) and egui (GUI) can be used.