svgo
Go Language Library for SVG generation (by ajstarks)
Primitive Pictures
Reproducing images with geometric primitives. (by fogleman)
svgo | Primitive Pictures | |
---|---|---|
1 | 16 | |
2,158 | 12,905 | |
- | 1.1% | |
0.0 | 0.0 | |
about 2 years ago | 7 months ago | |
Go | Go | |
GNU General Public License v3.0 or later | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
svgo
Posts with mentions or reviews of svgo.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-08-06.
-
Processing equivalent in GoLang
this one can draw computer graphics primitives (since it's svg), can do animation, but not input/event-based animation (since it's just svg, not html) https://github.com/ajstarks/svgo
Primitive Pictures
Posts with mentions or reviews of Primitive Pictures.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-11-22.
- Ask HN: What is the best online Vectorizer (.Png to .Svg)?
-
Vtracer: Next-Gen Raster-to-Vector Conversion
TIL about https://github.com/fogleman/primitive from https://en.m.wikipedia.org/wiki/Comparison_of_raster-to-vect...
-
Forest
Looks great! I've been thinking of having my own attempt at something like this ever since I saw a similar idea at primitive.lol
-
A better compact image placeholder hash
Looks like it's made with https://github.com/fogleman/primitive
-
Turn an image into blocky colour shapes
If you're looking for a more artistic arrangement of coloured blocks, and you've got some skills (or a Mac), there is this one application that's fun to play with. But I'm sure there are other ways.
-
Do you know any stories of successful devs that struggled in the beginning?
Some examples off the top of my head (not game-dev specific) are https://www.michaelfogleman.com/ (creator of https://primitive.lol/), Marco Arment (https://marco.org/ - Overcast), or Pieter Levels (sadly as I write this I found that his blog seems to have been taken down and just redirects to his twitter https://twitter.com/levelsio?ref=levels.io - but still has a laundry list of projects old and new in his twitter bio)
-
How do we cross-compile GitHub repositories nowadays without go get?
Any ideas on how I could simply cross-compile a non-module GitHub repository to three different architectures with predictable filenames? I wouldn't mind setting up a go.mod file, the problem is I would like to compile the executable in the github.com/fogleman/primitive repository, not my own code.
- Other ways to direct my plotter
- Primitive Pictures – Reproducing images with geometric primitives
-
Experiment in evolving the smallest image file format
Consider an SVG from [Primitive](https://github.com/fogleman/primitive) and a mostly-transparent overlay containing the diff against the original image. Tuning Primitive is not entirely deterministic (like your algorithm) and I think a human interface for the front-end would allow a few knobs to erase parts of the diff in order to shrink the detail imperceptively. Seems like a good opportunity for a contest :)
What are some alternatives?
When comparing svgo and Primitive Pictures you can also consider the following projects:
resize - Pure golang image resizing
gg - Go Graphics - 2D rendering in Go with a simple API.
smartcrop - smartcrop finds good image crops for arbitrary crop sizes
mpo - JPEG-MPO Decoder / Converter Library and CLI Tool
canvas - Cairo in Go: vector to raster, SVG, PDF, EPS, WASM, OpenGL, Gio, etc.
imaginary - Fast, simple, scalable, Docker-ready HTTP microservice for high-level image processing
pt - A path tracer written in Go.
bimg - Go package for fast high-level image processing powered by libvips C library
gowitness - 🔍 gowitness - a golang, web screenshot utility using Chrome Headless
oksvg - Partial implementation of SVG 2.0 specification in golang.
gltf - Go library for encoding glTF 2.0 files