ansys / ansys/Visual-Interactive-Simulation-Object-Renderer
[Remote rendering 4.2] Mode selection and remote entrypoint
- 主要語言
- Python
- 星號
- 0
- 分支
- 0
- 平均合併
- 1 天 10 小時
- 30 天內合併 PR
- 37
描述
### 📝 Description of the feature
Allow VISOR to start in either LOCAL (default) or REMOTE mode.
Backend entrypoint allowing selection of RenderingMode is already in place from 1.3 (wired to a remote stub). This builds the frontend equivalent for the first time.
On mount, the app opens a probe connection to the Trame server, reads which mode it's in and branches: for remote it keeps that connection open and hands it to the remote path rather than reopening one, for local it closes the probe and lets the local path take over. Remote mode must not initialize or download the wasm binary. Both modes serve from the same bundle.
### Acceptance Criteria
Remote mode downloads no wasm binary (no .wasm request in the network tab).
Tests pass
### 💵 Business Value
_No response_
### 🔗 Useful links and references
_No response_
貢獻指南
研究方向
從應用程式掛載點和現有的 RenderingMode 後端進入點開始,接著追蹤 Trame probe 連線、遠端交接和本機 wasm 初始化。執行專案測試並驗證遠端模式會保留 probe 連線,而本機模式會關閉該連線,且遠端模式不會發出 .wasm 請求。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- python, wasm
- 領域
- backend, frontend
- Issue 類型
- 功能
- 難度
- 4/5
- 預估耗時
- 3-5 天
- 活躍度
- 活躍
- 描述清晰度
- 基本清楚
- 新手友好度
- 58/100