FLAMEGPU2 icon indicating copy to clipboard operation
FLAMEGPU2 copied to clipboard

SWIG interface numpy.array support

Open Robadob opened this issue 7 months ago • 0 comments

Our SWIG interface does not currently allow numpy arrays to be passed to std::vector, they must first be converted to Pythonic lists.

https://numpy.org/doc/stable/reference/swig.interface-file.html

Robadob avatar Jul 02 '24 11:07 Robadob