1.0.2 • Published 2 years ago

pvd-ws v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

pvd-ws

A PhysX Visual Debugger(PVD) webSocket proxy which traffic all data of a websocket PVD client to PVD Application.

Usage

npx pvd-ws

or

npx pvd-ws [source] [target]

For example:

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/ then its data will be sent to 127.0.0.1:5425 which is the default listening port of PVD application.

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago