A 3D visualization library for the web utilizing Emscripten C++. A react project is attached as well to show-case how to use it as well.
WASM module is provided as part of ./app
. To run the React project utilizing the WASM module:
- Navigate to
./app
- Run
npm install
to install all dependencies - Once complete, run
npm run dev
- Navigate to
http://localhost:3200
to open the webapp