Closed timohausmann closed 8 months ago
We can't tie ourselves to a single backend -- e.g. WebGL or WebGPU. I would keep these in your app, and a good place to subscribe to the WebGL canvas is within the Canvas onCreated
callback or another component within.
We can't tie ourselves to a single backend -- e.g. WebGL or WebGPU. I would keep these in your app, and a good place to subscribe to the WebGL canvas is within the Canvas
onCreated
callback or another component within.
Okay, thanks for the explanation.
Wouldn't it add value to add these events to the Canvas element?
I'm trying to add these events to my app and I feel like it could be more straight forward. Would be helpful to expose RootState in the events if possible.