-
Implementing boolean operations - also known as Constructive Solid Geometry - is a common need in 3D applications.
Some library for doing this in Three.js called `CSG` has been floating around for …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Version
0.20 (Release)
### Full version info
```shell
OS: Windows 10 Version 2009
Word size of FreeCAD: 64-…
-
@lehni First of all thank you for this great library! It is an integral part of a project I've been working on for quite a while now, [osd-paperjs-annotation](https://github.com/pearcetm/osd-paperjs-a…
-
Possible bug (or by design?)
```
Dim boolFactory As BooleanFactory
Dim operand1 = boolFactory.GetBool(1)
Dim operand2 = boolFactory.GetBool(2)
Dim result As Boolean
result = op…
-
A fundamental but difficult operation in 2D vector graphics is *boolean path operations.* I would like to implement them well in kurbo.
## Definition of the problem
Given the goal of a principle…
-
a similar Boolean Operations function is provided?
I need to deform two meshes and define a Boolean Difference. The difference of two manifold meshes A and B is the volume of the mesh in A not belong…
hfpro updated
2 years ago
-
These include &&, || and !.
-
With the new convention to use the capitalized version of a short flag to indicate the opposite it's too bad that `-E` is already used to mean `--encoding`, as I would like to suggest an "inverse patt…
-
I noticed a link in the wiki referring to skia path operations.
Is this a feature that is being considered for the library? I'm working on a creative coding environment which relies on lyon for muc…
-
### Steps To Reproduce
1. Put rectangle/circle/pen shape
2. Take another one and apply Union || Difference || Intersection || Exclude
3. Apply
### Expected behavior
Fill, and both fill opacity an…