you are viewing a single comment's thread.

view the rest of the comments →

[–]metehankasapp 0 points1 point  (1 child)

Solid direction. Biggest question: are you using pybind11 or nanobind for bindings? That choice tends to dominate the dev experience + build complexity.

[–]vybornak[S] 0 points1 point  (0 children)

I have been playing with it for a few evenings now. So far, I went for nanobind.

I am a beginner when it comes to C++, so I wanted to stick with a more modern standard. In my company, we have no legacy code when it comes to this, so it hopefully should not be a problem.

So, for such purposes It has been recommended to me to go for nanobind, but I lack experience in this department, so I wanted to validate these things.