A PhysX Visual Debugger WebSocket Proxy.
npm install pvd-wsA PhysX Visual Debugger(PVD) webSocket proxy which traffic all data of a websocket PVD client to PVD Application.
``pwsh`
npx pvd-ws
or
`pwsh`
npx pvd-ws [source] [target]
For example:
`pwsh`
npx pvd-ws 127.0.0.1:5426 127.0.0.1:5425
will start a proxy server. Your PhysX client connect to ws://127.0.0.1:5426/127.0.0.1:5425` which is the default listening port of PVD application.
then its data will be sent to