The first thing that came to mind was my friend's project to do a SVG editor in Godot Engine https://www.godsvg.com/ . I'll write my first impressions of https://github.com/hyvectorapp so it helps usability and improvement. Oh it's a freemium app. hyvectorapp starts off looking like figma, penpot style which is a good sign. I can export svg [x] There's no align to grid system. vector tracing is not generally solved e…
Can this solve vector tracing? https://github.com/jankovicsandras/imagetracerjs (Public domain) Discaimer: I made this.
Show HN: Hyvector – A fast and modern SVG editor
51–60 of 98 posts
Re: Show HN: Hyvector – A fast and modern SVG editor
#52Earlier quoted context omitted.
What's the problem with inkscape? It has some bugs, but otherwise it works quite well
Inkscape is a vector editor that can export to SVG, but that's a bit different than an editor specifically for the SVG file type. I've often found myself wanting to edit SVG code directly while viewing the result. This maybe not the most common approach, but sometimes you want to be be dealing with specifics that relate to the fact that you're working with an actual SVG file, and not just a vector image.
Re: Show HN: Hyvector – A fast and modern SVG editor
#53Re: Show HN: Hyvector – A fast and modern SVG editor
#54Not a single thing in this works in Safari
Re: Show HN: Hyvector – A fast and modern SVG editor
#55I've been thinking about why there's no modern SVG editor like this. Super nice to see. Inkscape can be a bit of a pain imo, even if it has extensive features. I'll definitely give it a spin. Good luck!
Re: Show HN: Hyvector – A fast and modern SVG editor
#56Earlier quoted context omitted.
What's the problem with inkscape? It has some bugs, but otherwise it works quite well
Inkscape is a vector editor that can export to SVG, but that's a bit different than an editor specifically for the SVG file type. I've often found myself wanting to edit SVG code directly while viewing the result. This maybe not the most common approach, but sometimes you want to be be dealing with specifics that relate to the fact that you're working with an actual SVG file, and not just a vector image.
Re: Show HN: Hyvector – A fast and modern SVG editor
#57Re: Show HN: Hyvector – A fast and modern SVG editor
#58Re: Show HN: Hyvector – A fast and modern SVG editor
#59Very nice! My side project is a C++ SVG rendering library, and I have never been able to find great SVG editors. I usually fall back to Illustrator and then clean up the resulting markup, or a text-based editor such as https://www.svgviewer.dev/ Your UX is quite polished, and your tool already supports more features than other ones I've found, good work! For reference this is my project, https://github.com/jwmcglynn/…
What's the problem with inkscape? It has some bugs, but otherwise it works quite well