README
RustyWebTriangles 
This repo is for directly integrating the Three JS data into the NPhysics3D Rust physics library.
Becuase NColliders is a dependency of the full NPhysics runtime it can also be partially used to do runtime collision detection with minimal overhead.
Building
To build you will need to do a couple of specific things.
- Register on npmjs.com
cargo install --git https://github.com/rustwasm/wasm-pack.gitcargo buildwasm-pack buildwasm-pack loginwasm-pack publish
Future
This project will integrate with the MIRA robotics simulation project.
It will also include a custom open protobuf spec that can be interfaced with instead of the regular JS types.