ansys / ansys/Visual-Interactive-Simulation-Object-Renderer

[Remote rendering 4.1] Add headless RemoteRenderer and RCA streaming backend

未關閉
#26 0 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
technical
主要語言
Python
星號
0
分支
0
平均合併
1 天 10 小時
30 天內合併 PR
37

描述

### 📝 Description of the feature

Stand up the server-side rendering path on the backend:
* a `RemoteRenderer` that implements `IRenderer` against an off-screen `vtkRenderWindow` (`SetOffScreenRendering(1)`), writing per-part mutations through the shared `VtkNodePipeline` and owning camera state directly on the server-side camera (unlike the local path, where the camera lives in the browser).
* `RemoteApp` wires the render window into trame-rca so frames can stream to the client, and complete `VisorRemoteScene` against the runtime-state hooks from user story 1.2. This includes render coalescing (back to back mutations produce one frame).
* This is the largest story in the phase and is expected to break down into several sub-PRs, e.g.
* The off-screen renderer
* the streaming wiring
* coalescing + camera push

Local mode is untouched in this user story; all of this new code is behind the mode flag.

### Acceptance Criteria

* A connecting client receives an initial frame.
* Tests pass

### 💵 Business Value

_No response_

### 🔗 Useful links and references

_No response_

貢獻指南

開啟貢獻指南

研究方向

追蹤 issue 中描述的 RemoteRenderer、RemoteApp、VtkNodePipeline 和 VisorRemoteScene 進入點,從現有的本機 renderer 和執行期狀態 hooks 開始。將工作拆分為離屏 renderer、串流 wiring 以及 coalescing/相機行為;完成的標準是連線的用戶端收到初始 frame 且測試通過。

由索引模型根據 Issue 內容生成。

評估

技術堆疊
python
領域
backend, computer-graphics
Issue 類型
功能
難度
5/5
預估耗時
一週以上
活躍度
活躍
描述清晰度
基本清楚
新手友好度
35/100

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。