yutannihilation/wgpugd

Interactive window

Opened this issue · 1 comments

winit, or HTTP server like httpgd. Considering the usage on RStudio, probably the latter is better? Or both?

If I support interactive features, probably it should be winit to capture various events (e.g. clicks and key strokes). As winit claims the main thread (and probably it's the right way), probably I need to implement a dedicated graphics device server that can be launched standalone. Probably it's inefficient to send data between process rather than sharing it directly with R, but it's acceptable.