1
0
Go to file
2024-07-11 23:57:56 +03:00
src initial commit 2024-07-11 23:57:56 +03:00
.gitignore initial commit 2024-07-11 23:57:56 +03:00
build.zig initial commit 2024-07-11 23:57:56 +03:00
build.zig.zon initial commit 2024-07-11 23:57:56 +03:00
README.md initial commit 2024-07-11 23:57:56 +03:00

Seam carving

https://en.wikipedia.org/wiki/Seam_carving

Building & run

Windows & linux

zig build run

Web

emsdk install latest
zig build -Dtarget=wasm32-emscripten --sysroot [path to emsdk]/upstream/emscripten run