nest2D icon indicating copy to clipboard operation
nest2D copied to clipboard

Nest2D is a 2D bin packaging tool for python.

Results 17 nest2D issues
Sort by recently updated
recently updated
newest added

First time working with pybind11. Suggestions are welcome.

I am trying to install nest2D with `pip install nest2D` but it doesn't work. here is some of the output I get when trying to install ``` -- Found PythonInterp:...

Hi, like more Python extensions written in C, I didn't get Nest2D installed on win64. Instead I could install it on a Linux environment in colab. However then SVGWriter doesn't...

This adds `translation`, `rotation` and `area` attributes to the `Item` class. As I mentioned in #3, this may help with applying textures or image overlays to transformed features. The returned...

Hi, this repo looks really interesting. I am thinking about some inkscape extension to make off. Is it possible to handle complex geometries which are wrapped in a group or...

Is there any documentation of how does `Point` works? How could for example create a rectangle (100,200). What would be the `Item` `Points`?

Hey there, I'm using Linux and when try to install it by *pip3 install nest2D* it gives me the below error Defaulting to user installation because normal site-packages is not...

This PR addresses issue #1 This change makes sure that `libnest2d` will download any missing C dependencies (I was unable to install nest2D without this change) Thanks for the library,...