Does Pybind11 work with MicroPython

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
Post Reply
digitorus
Posts: 1
Joined: Fri Jan 21, 2022 2:51 pm

Does Pybind11 work with MicroPython

Post by digitorus » Fri Jan 21, 2022 2:57 pm

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.

Post Reply