meshcat-dev / meshcat-python

WebGL-based 3D visualizer for Python
MIT License
258 stars 63 forks source link

zmqserver: Add --host and --port command line arguments #151

Open jviereck opened 1 month ago

jviereck commented 1 month ago

In my usecase, I want to specify the host and port property for the ZMQWebSocketBridge. This PR adds support for this by adding two new command line arguments --host and --port to the zmqserver.py main() function.