Swapping to a native WebGPU renderer instead of using WebViews #224
Closed
rdw-software
started this conversation in
Ideas
Replies: 1 comment
-
I've committed to reinventing the wheels now as I prefer having as much control as reasonably possible. That means no WebViews. Closing in favor of #120. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So far the whole WebGPU thing is just an experiment. In order to determine whether it's an actually viable approach, some of the trickier elements that come "for free" (not really, but that's another story...) in a WebView and especially with BJS should be evaluated:
I would expect this list to grow as I discover more nasty things. Perhaps it might make sense to also gather the benefits here:
Obviously, using WebGPU means reinventing many wheels.
But it might still be worth it (and I'm curious to learn more about graphics).
Beta Was this translation helpful? Give feedback.
All reactions