1
0
seam-carving/README.md
2024-07-11 23:57:56 +03:00

17 lines
248 B
Markdown

# Seam carving
https://en.wikipedia.org/wiki/Seam_carving
## Building & run
Windows & linux
```shell
zig build run
```
Web
```shell
emsdk install latest
zig build -Dtarget=wasm32-emscripten --sysroot [path to emsdk]/upstream/emscripten run
```