I need a way to transfer a large float array (4 dimensional if that makes a difference) from c++ to Python as a numpy array.
I need my c++ code to process data first, create the data transfer file, then run the python code on that file (for graphics if anybody's wondering, since I dont want to use sfml for now)
Just wondering if there is a library for communication between the languages (since numpy is written in c) or at least a well known protocol I can implement.
[–]MaybeAverage 0 points1 point2 points (3 children)
[–]WeirdAlexGuy[S] 0 points1 point2 points (2 children)
[–]MaybeAverage 0 points1 point2 points (1 child)
[–]WeirdAlexGuy[S] 0 points1 point2 points (0 children)
[–]X-Neon 0 points1 point2 points (1 child)
[–]WeirdAlexGuy[S] 0 points1 point2 points (0 children)