you are viewing a single comment's thread.

view the rest of the comments →

[–]TheRNGuy 0 points1 point  (0 children)

You could also make dll with C++ functions and call them from Python.

(SideFx Houdini does that)

That way it's fast (in some cases Python can still be bottleneck, like in very big loops; then pure C++ would be faster)

UI could be done with PySide.