Hong-Xiang / drilla

Drilla engine for HPC and visualization
MIT License
0 stars 3 forks source link

Add User Input Abstraction and WebRTC Datachannel Implementation #13

Closed Hong-Xiang closed 1 month ago

Hong-Xiang commented 1 month ago

Pushing user pointer events from browser to server, with x, y normalized to target element. Design how to integrate it with pull based render loop system

Hong-Xiang commented 1 month ago

After long investigation and trying both Blazor server interactive and Blazor WASM, optionally combined with SignalR, it truns out that:

As a result, we change our design to use purely static MVC model in ASP NET Core (which actually bring more support to write dynamic values into html template), and implement connection related logic directly in JS.

Hong-Xiang commented 1 month ago

closed by #20