Search found 1 match

by digitorus
Fri Jan 21, 2022 2:57 pm
Forum: General Discussion and Questions
Topic: Does Pybind11 work with MicroPython
Replies: 0
Views: 10417

Does Pybind11 work with MicroPython

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 develop...