Nestasm
Solve 2D nesting problems in the browser using WebAssembly. Uses the sparrow and jagua-rs crates
Install / Use
/learn @Waterboy1602/NestasmREADME
NESTASM
Run nesting algorithm Sparrow or LBF in the browser with the use of WebAssembly
STILL NEED SOME CLEAN UP WORK!
Prerequisites
- Rust
- Node.js
- wasm-pack & npm packages:
cargo install wasm-pack && npm install
Build and Run
Clone repo, including submodules
cd wasm
wasm-pack build --release --target web --out-dir ../src/wasm
cd ..
npm run build
npm run preview -- --host
Acknowledgements
Uses the following repos of @JeroenGar
Created in function of masterthesis for Industrial Sciences - Software Engineering at KU Leuven
