Fabian Zills
Fabian Zills
Sliders at scene to do that
- [ ] adjustable near / far distance of the camera - [ ] control camera via smartphone movement - [ ] use trackbal controls instead of orbitcontrols - [...
lines for each / selected particles where they moved - could be a python feature, just to draw n lines.
Just witnessed: ``` Traceback (most recent call last): File "/data/fzills/miniconda3/envs/emd2/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/data/fzills/miniconda3/envs/emd2/lib/python3.10/threading.py", line 953, in run self._target(*self._args, **self._kwargs) File "/data/fzills/miniconda3/envs/emd2/lib/python3.10/site-packages/socketio/client.py", line 489, in _handle_eio_message self._handle_event(pkt.namespace,...
https://github.com/zincware/ZnDraw/blob/bd605b9530a35a37117ebb0dc9e333b843383338/zndraw/data.py#L71
When trying to view a small h5 file, ZnDraw immediatly closes the window again.
Allow the connection to a running ZnDraw instance, without starting a local server for better performance (?) and collaboration. use `zndraw file --url zndraw.mydomain.com --token `. This would: - do...
Similar to `vis.register_modifier` these two (`vis.register_analysis` and `vis.register_selection`) could follow the same schema. Preferably after we solved everything in https://github.com/zincware/ZnDraw/issues/262 because it most likely applies here as well.