Hi there,
I tried really hard, but I just don't get it -- would GDNative enable us to use Python scripts, which in turn utilize other, third-party Python libraries, in cross-platform development? To flesh out my question: I'm thinking of developing a molecular structure viewer as Godot VR application for smartphone-based HMDs. Retrieving and parsing molecular structure date (e.g. from PDB, https://www.rcsb.org/) isn't too difficult, but I would, of course, prefer to use existing libraries for this purpose. So I was wondering if it was possible to use, say: BioPython (https://biopython.org/wiki/The_Biopython_Structural_Bioinformatics_FAQ) for the intended Android application?
Cheers --
Torsten