geomerative icon indicating copy to clipboard operation
geomerative copied to clipboard

Geomerative is a library for Processing. It extends 2D geometry operations to facilitate generative geometry. Includes a TrueType font and an SVG interpreters. This library exposes the shapes (such as...

Results 10 geomerative issues
Sort by recently updated
recently updated
newest added

Experiencing a strange issue when drawing shapes with the AddLine method. 99% of the time it works fine. However under certain conditions the it doesn't work. I've tried to isolate...

What would be a fast way to find out the style belonging to a child group which contains a certain Point? At the moment all i can think of is...

Hi. I have a photo that was traced in Illustrator, and I would like to import it with all the colours. It has 19000 points. But Geomerative doesn't like, at...

Sorry, haven't found a support forum... How to texturize a RShape? ``` PImage tex; shape = new RShape(); shape.addMoveTo(-_w/2,-_h/2); shape.addLineTo(_w/2,-_h/2); shape.addLineTo(0+hjitter,_h/2); shape.addClose(); ``` Haven't got the texture command to work...

Hello I try to understand how work the Font part of Geomerative, but I've a problem with few method from `Font` like `Font.create()` or `Font.getNameTable()`. I don't found those methodes...

Love this library, and have dug out a small problem with an SVG that looks like this: ``` .st0{fill:#FFFFFF;} ``` The value of points in the only polygon starts with...

hi, when I create 2 or more children in RShape, the first child's path is not closed but the others are automatically closed: https://gist.github.com/micuat/7cd38b7b55d876affe19b92a836a53a3 It does the same if I...

I'm in the process of using Geomerative to draft some laser cutting templates.  Initially I was using Adobe Illustrator's shape compounding after rendering; but I just implemented Geomerative's `union` &...

I'm using Processing 4 and noticed that Geomerative doesn't recognise/use gradients in the svg file. This is the input: ![circle](https://user-images.githubusercontent.com/151947/194703347-004f2d9e-b0b7-434b-ae82-ef51d74adf73.svg) When loaded using Geomerative the gradient doesn't show. ![Screenshot from...

The site http://www.ricardmarxer.com/geomerative seems not working. Can you check? Thanks.