fridgerator / PyNode

Node - Python Interop
154 stars 14 forks source link

Wrap numpy types #19

Open fridgerator opened 5 years ago

fridgerator commented 5 years ago

Currently only primitive python types can be returned. However I believe numpy also has a c++ wrapper which might allow PyNode to return numpy types to javascript also.

This needs more research, it could be a big undertaking.