Currently, ratzilla isn't very "drop-in" as a web backend for ratatui, as it uses specialized draw functions and doesn't have many events. I would like to improve upon this. I plan on forking this repository and working on parity between this project and crossterm, as well as with ratatuis Backend trait. If this is acceptable, this should act as a tracking issue. Here are my plans:
I'll add more as I compare the API of this project with ratatui and crossterm.
Would you be open to this?
Currently,
ratzillaisn't very "drop-in" as a web backend forratatui, as it uses specialized draw functions and doesn't have many events. I would like to improve upon this. I plan on forking this repository and working on parity between this project and crossterm, as well as withratatuisBackendtrait. If this is acceptable, this should act as a tracking issue. Here are my plans:draw_webwith standarddrawfunction.on_..._eventfunctions with a singlereadfunction.I'll add more as I compare the API of this project with
ratatuiandcrossterm.Would you be open to this?