Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 390 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 390 Bytes

brep-modeler-web3d

Brep modeler React web3d client to connenct modeler server by socketio

instruction

before startup client, please start the brep modeler workstation service first:

please ref to https://github.com/changyunhai/brep-modeler-server

startup a server and open the static page in browser:

cd build
start python -m http.server 8800
start http://localhost:8800