|
2 weeks ago | |
---|---|---|
public | 3 weeks ago | |
src | 2 weeks ago | |
.gitignore | 1 month ago | |
Cargo.toml | 1 month ago | |
Makefile | 1 month ago | |
README.md | 1 month ago | |
rustfmt.toml | 1 month ago |
This is a port of Optocut for the web. Optocut is a utility I wrote, which takes in a list of available wood and required lengths, and spits out the optimal way to cut them. Optocut-web is written in Rust, just like the original, but is built on top of Yew. Hopefully, this version is more accessible because it doesn't involve running a command-line utility.
This is very much a work-in-progress. It is missing some features and needs more polish. Nonetheless, it is still usable.