8000 GitHub - Waterboy1602/nestasm: Solve 2D nesting problems natively in the browser using Rust with WASM. Uses the sparrow and jagua-rs crates
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Waterboy1602/nestasm

Repository files navigation

NESTASM

DEVELOPMENT

WASM-PACK

Install: cargo install wasm-pack
Build: wasm-pack build --target web cargo watch -s "wasm-pack build --target web"

Heb getrandom = { version = "^0.2", features = ["js"] } moeten toevoegen aan Cargo.toml om foutmelding te vermijden
Ook Clang nodig om foutmelding te vermijden: LLVM

FRONTEND

Start development server: npm run dev

BACKEND SERVER (deprecated)

See README.md

TIPS & TRICKS

JAGUA-RS

docs

LBF

cd lbf
cargo run --release -- -i ../assets/swim.json -p spp -c ../assets/config_lbf.json -s ../solutions

SPARROW

cd sparrow cargo run --release -- -i data/input/swim.json
cargo run --release --features=live_svg -- -i data/input/swim.json

About

Solve 2D nesting problems natively in the browser using Rust with WASM. Uses the sparrow and jagua-rs crates

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0