Page 1 of 1

Does Pybind11 work with MicroPython

Posted: Fri Jan 21, 2022 2:57 pm
by digitorus
I have a rather large C++ library (with source) to bind to. No hardware control in the lib, just fast computation algorithms.
I've tested the binding with CPython and pybind11 and this library - it works just fine.

Does anyone know offhand if Pybind11 works with MicroPython?
This would speed development considerably for me so that I don't have the generate all the interface code by hand.

Thanks in advance for any guidance.