Sebastien Loriot
Sebastien Loriot
No unless somebody is willing to sponsor its inclusion.
I always used a filename because it is working in all target language, I never looked for an alternative.
what is *lib dir*? To begin with, you can try to run python from the generated `build-python` directory after doing make.
Unfortunately since there is no binding for segment Delaunay graph, the Voronoi diagram has not been added.
I suspect it is a bug with SWIG. I tried 4.3.3 with the 4.x branch and it does not work either. Maybe it was working for you but with a...
As I said, SWIG is confused by the overload `insert_constraint(Wrapper_iterator_helper::input input, bool closed=false)` which get introduced in the aforementioned commit. The easiest fix would be to renamed that function but...
To be honest with you, the development of the bindings was done mainly through sponsoring. While we are adding new features when we have time, if you are really missing...
Right now there is nothing. Adding an integer or whatever type would be possible and easy. If you want a generic type to store anything it would be more complicated....
That's what I did in java. In python, I have never looked so I don't know if it is possible.