Rick van Hattem
Rick van Hattem
The `is_closed()` function uses very basic heuristics to test whether the mesh is likely to be closed: https://github.com/WoLpH/numpy-stl/blob/cde945e662b7b7e314398abc47ca9de4f6fcba59/stl/base.py#L358 As you can imagine, this is a far cry from a proper...
Generating a sphere itself is reasonably simple: https://stackoverflow.com/questions/25253719/sphere-mesh-grid-in-python From that point on however, you will need to do triangulation which scipy can do: https://docs.scipy.org/doc/scipy/reference/generated/scipy.spatial.Delaunay.html
Interesting option but the resolution will be too limited for my case. Alternatively, is it an option to take a picture from flutter and send that to QR Mobile Vision...
Great! Thank you so much for the help :)
I would vote against switching as long as the markdown parser is a 3rd party extension. The choice for reStructuredText within Sphinx is due to the extensibility. Extensions such as...
Actually, Github supports README.rst as well so you can probably do that already.
I actually believe this doesn't have to be that complicated. It can be very complicated of course, but for an initial implementation we could go for a fairly simple approach....
I am aware. But that's not a well defined universal API as far as I know. For compatibility I would propose a protobuf based approach as it's a very light...
As you can see, at least every plugin starting with A is now running without issues: https://travis-ci.org/WoLpH/EventGhost/builds/180958866 The only question that remains is why it's not marking the build as...
It looks like the travis tests work now :) https://travis-ci.org/WoLpH/EventGhost/builds/180985565