Closed matthewmueller closed 1 year ago
Viewer package abstracts out the view renderers from Bud. This PR builds on the work done in https://github.com/livebud/bud/pull/383 and https://github.com/livebud/bud/pull/397, but are just standalone Go packages.
While not yet integrated into the framework yet, I'm pretty happy with the results and I think this will be the final iteration on the view/ API for the time being.
view/
Viewer package abstracts out the view renderers from Bud. This PR builds on the work done in https://github.com/livebud/bud/pull/383 and https://github.com/livebud/bud/pull/397, but are just standalone Go packages.
While not yet integrated into the framework yet, I'm pretty happy with the results and I think this will be the final iteration on the
view/
API for the time being.