ansys / ansys/Visual-Interactive-Simulation-Object-Renderer
[Remote rendering 4.2] Mode selection and remote entrypoint
- Linguagem predominante
- Python
- Estrelas
- 0
- Forks
- 0
- Merge médio
- 1d 10h
- PRs com merge (30d)
- 37
Descrição
### 📝 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_
Guia de contribuição
Direção de pesquisa
Comece pelo mount do app e pelo entrypoint existente do backend para RenderingMode; em seguida, rastreie a conexão do probe do Trame, a transferência para o modo remoto e a inicialização local de wasm. Execute os testes do projeto e verifique se o modo remoto mantém a conexão do probe, enquanto o modo local a fecha e o modo remoto não faz nenhuma requisição .wasm.
Escrita pelo modelo de indexação a partir do texto da issue.
Avaliação
- Stack de tecnologia
- python, wasm
- Domínio
- backend, frontend
- Tipo de issue
- Funcionalidade
- Dificuldade
- 4/5
- Tempo estimado
- 3-5 dias
- Status de atividade
- Ativa
- Clareza
- Razoavelmente clara
- Facilidade para iniciantes
- 58/100