FLAMEGPU / FLAMEGPU2

FLAME GPU 2 is a GPU accelerated agent based modelling framework for CUDA C++ and Python
https://flamegpu.com
MIT License
106 stars 22 forks source link

SWIG interface numpy.array support #1215

Open Robadob opened 5 months ago

Robadob commented 5 months ago

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