Hello,
i've noticed there are precompiled binaries in this repository (eg. libTkgl1.2.so ). Isn't this posing a challenge in multiplatform/multiarch software?
I am developing FOSS software ( https://github.com/vlachoudis/bCNC/ ) that has user base not only on different linux distros, windows and mac, but also on x86-32, x86-64, ARM32 and ARM64 CPU architectures. So i want to be sure this will not break things for anyone... On all thos platforms we currently install bCNC including all dependencies completely through pip, is that still achievable when using tkinter-gl? Some of the users are woodworkers rather than programmers, so we cannot really force them to compile something manualy :-)