Abstraction of the renderers #41343
namana-mecha
started this conversation in
Zed GPUI
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently the platforms are coupled with their renderers. It should not be a difficult task to abstract the renderer by creating traits like
trait PlatformRenderer,trait PlatformRendererContextandtrait RendererParams(or some other design pattern). This will make it easy to switch renderers using features, it will also make it easy to implement new renderers.Beta Was this translation helpful? Give feedback.
All reactions