4 releases
0.1.3 | May 19, 2024 |
---|---|
0.1.2 | Apr 23, 2024 |
0.1.1 | Apr 8, 2024 |
0.1.0 | Apr 8, 2024 |
#398 in GUI
750KB
7.5K
SLoC
Zellij Widgets
Zellij Widgets provides a set of widgets for the Zellij plugin system. It is designed to run with zellij and is a customized combination of the crossterm and ratatui crates.
Key Features
- Reusable UI Components: Offers a collection of UI components that abstract away the complexity of dealing with ANSI codes, making it easier for Zellij plugin developers to create user interfaces.
Prerequisites
To use Zellij Widgets, developers should have a basic understanding of the Zellij plugin system. Zellij plugins communicate with the Zellij host via the Wasmer runtime, and Zellij provides interfaces such as the ZellijPlugin crate.
Useful Links
Notes:
- zellij is using old version of wasmer, don't get confused if you see the standard I/O steam interfaces are different from latest wasmer which leverages the power of the async from tokio
Acknowledgments
This project reuses a significant amount of code from the crossterm and ratatui projects. I would like to express our gratitude to the authors and contributors of these projects for their excellent work. All credits are theirs.
License
Zellij Widgets is licensed under the same terms as crossterm and ratatui. Please refer to their respective licenses for more details.
Dependencies
~4–10MB
~88K SLoC