baylessj / robotsquiggles

A library for generating spline-based paths for robots.
https://squiggles.readthedocs.io
MIT License
35 stars 3 forks source link

Return the generated path from wasm #43

Open baylessj opened 3 years ago

baylessj commented 3 years ago

I think I'll need to do some sort of file IO in order to transfer the data, doesn't look like emscripten (or wasm in general) supports returning array/vector data.

The opencv example I referenced before should be a decent example of this