equinor / xtgeo

XTGeo Python class library for subsurface Surfaces, Cubes, Wells, Grids, Points, etc
https://xtgeo.readthedocs.io/en/latest/
GNU Lesser General Public License v3.0
110 stars 58 forks source link

Migrate fra SWIG/C to pybind11/C++ #1247

Open jcrivenaes opened 1 month ago

jcrivenaes commented 1 month ago

The pybind11 is a much more modern interface to Python, and C++ has many features that are missing in C; e.g. we possibly consider utilising classes in the C++ domain also.