@littlepaz/kalman-demo
v0.1.4
Published
<div align="center">
Downloads
2
Readme
rust-wasm kalman filter demo project
kalman-demo
Demo project for a personal research project on Kalman Filters
rust-wasm
The top level project source code of this project is a rust project library using wasm bindgen, which enables the library to be assembled and packaged as a npm project.
usage
Build the library using the wasm-pack build
command to generate a JS package to the pkg
directory.
This package is uploaded to npm
Then you can consume these binaries as a typical js module in the www
directory, where the demo project interface lives. I host this via the npx webpack
command, which compiles all of the js modules into a self contained html and js project. This is hosted on my website.