primitive icon indicating copy to clipboard operation
primitive copied to clipboard

Reproducing images with geometric primitives.

Results 56 primitive issues
Sort by recently updated
recently updated
newest added

Hi - curious if this is working on M1 Macs: I'm unable to get any rendering on my: ![image](https://user-images.githubusercontent.com/3408390/149684601-8898a568-5f34-441b-9a51-b6dc10249f1e.png)

Your work is amazing and I am truly amazed! While reading the code, I have something that I don't understand. What does 'worker' mean? Is it to start multiple threads...

Hi all, Do you plan to fix the app for macOS Monterey? Thanks.

Updated install command (go get -u is deprecated)

Can you make a release with binary independent version? I need to deploy this binary for multiple production servers. We do not need to install go.

What is the significance of the below conditions? I can't find a resource on it. https://github.com/fogleman/primitive/blob/master/primitive/quadratic.go#L78

Add files to enable to easily create releases in gitgub. See website : https://goreleaser.com/

In Windows the "convert" command is already being used by "convert.exe" command to convert file systems. Trying to output to gif fails with "exit status 4". Reason: "convert -loop 0...

Hi, first of all congrats to your work. I created an electron program that runs on ubuntu and windows. Would be could if you could add a link to it...

Can you provide an example for creating different shapes? Say for example a small square that doesn't resize, or a 15px squiggly line? How are these constructed?