I Built Something Good With AI. Now Some Developer Communities Don't Want to See It.
Now Some Developer Communities Don't Want to See It. #programming #ai #opensource #discuss I recently tried to share an open-source project I've been working on called Open Vectorizer. It's a raster-to-SVG vectorization engine written in Rust. It runs locally, compiles to WebAssembly, has a reproducible benchmark suite, and competes surprisingly well with established tools like Potrace and VTracer.
- ▪Now Some Developer Communities Don't Want to See It. #programming #ai #opensource #discuss I recently tried to share an open-source project I've been working on called Open Vectorizer.
- ▪It's a raster-to-SVG vectorization engine written in Rust.
- ▪It runs locally, compiles to WebAssembly, has a reproducible benchmark suite, and competes surprisingly well with established tools like Potrace and VTracer.
DEV.to (Top) files mainly under programming. We currently carry 4,909 of its stories.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 1320306) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Christoffer Madsen Posted on Jul 26 I Built Something Good With AI. Now Some Developer Communities Don't Want to See It. #programming #ai #opensource #discuss I recently tried to share an open-source project I've been working on called Open Vectorizer. It's a raster-to-SVG vectorization engine written in Rust. It runs locally, compiles to WebAssembly, has a reproducible benchmark suite, and competes surprisingly well with established tools like Potrace and VTracer.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV Community.