I am looking for a good and well developed library for geometrical manipulations and evaluations in python, like:
I have a compendium book for all these operations, and I could implement it but unfortunately I have no time, so I would enjoy a library that does it. Most operations are useful for gaming purposes, so I am sure that some of these functionalities can be found in gaming libraries, but I would prefer not to include functionalities (such as graphics) I don't need.
Any suggestions ? Thanks
Python has capability to create GUI applications using the Tkinter library. The library provides many methods useful for GUI applications. The geometry method is a fundamental one which decides the size, position and some other attributes of the screen layout we are going to create.
Installation. scikit-geometry can either be built from source, or installed from conda . Otherwise, CGAL 5.0 needs to be available, and then running python -m pip install -e . -v from the cloned scikit-geometry git repository should install and build scikit-geometry (note: this takes a while to build!).
Perhaps take a look at SymPy.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With