Replies: 2 comments 1 reply
-
I agree, the whole idea is for Python users to extend ARX from this project. I miss read the discussion in [#166], sorry for that. for this particular case, there was no readymade solution from boost::python, it was a challenge, like a splinter in my mind that I had to solve. By having a deeper understanding of boost::python, the cooler things I can deliver to the C++ and Python community. Oops |
Beta Was this translation helpful? Give feedback.
-
I suppose there needs to be infrastructure for pure python tooling, I will play around with different folder structures to find something minimally disruptive to C++ development. For now, just put everything in pyrx We have all = ("Ap", "Br", "Db", "Ed", "Ge", "Gi", "Gs", "Pl", "Rx", "Sm", "Ax") |
Beta Was this translation helpful? Give feedback.
-
Based on this issue, I think that as many things as possible should be implemented in Python (instead of C++).
Beta Was this translation helpful? Give feedback.
All reactions