Commit Graph

5 Commits

Author SHA1 Message Date
LyAhn fa0170daa9 feat(rembg): add RemoveBG Studio - native background removal app
C++ WebView2 host app driving a Python/rembg engine as a JSON-stdio
sidecar, with live before/after preview for images and video frames.
Also includes the original CLI (removebg.py) built on the same
core/ engine.

The WebView2 SDK is fetched on demand via
native/third_party/fetch-webview2.ps1 (wired into the Makefile)
rather than vendored, since it's ~15MB of prebuilt/generated
Microsoft SDK content. A Makefile provides make sync/build/run/clean
as the standard entry points.
2026-07-26 18:28:40 +01:00
LyAhn bea2caba9e document vidboard-setup-rs in README
Add tool description covering auto-detection behviour, the ComfyUI and
Ollama model payload, skip-if-present logic, build/run instructions, and
the Windows requirement.
2026-06-01 15:30:31 +01:00
LyAhn 1e8ce0764e Update README.md with detailed tool descriptions and quick-start commands
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-01 01:32:34 +01:00
LyAhn b0975fef82 Update README.md
Signed-off-by: LyAhn <admin@jezz.wtf>
2026-06-01 01:28:36 +01:00
LyAhn 423a914347 initial commit 2026-06-01 01:21:37 +01:00