Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

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

Aperta
#26 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
5/5
Tempo stimato
Più di una settimana
Idoneità per principianti
35/100
Tipo di issue
Funzionalità
Chiarezza
Abbastanza chiara
Stato di attività
Attiva
Stack tecnologico
python

Direzione di ricerca

Traccia gli entry point RemoteRenderer, RemoteApp, VtkNodePipeline e VisorRemoteScene descritti nell’issue, iniziando dal renderer locale esistente e dagli hook dello stato di runtime. Suddividi il lavoro nel renderer off-screen, nel wiring dello streaming e nel comportamento di coalescing/camera; il lavoro è completato quando un client che si connette riceve un frame iniziale e i test passano.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

technical
📝 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

Lingua principale
Python
Stelle
1
Fork
0
Merge medio
1g 21h
PR unite (30g)
46

Guida per i contributori

Apri la guida per i contributori

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di ansys/Visual-Interactive-Simulation-Object-Renderer

Tutte le issue di ansys/Visual-Interactive-Simulation-Object-Renderer

Issue simili

Altre issue su Python

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.