Hacker News new | ask | show | jobs
by worldsayshi 1133 days ago
Hmm, the 3d render is done in Julia as well right?

I wonder if there's a way to share the data buffer across languages. Would be neat if it was feasible to use the real time model data in a game.

1 comments

>I wonder if there's a way to share the data buffer across languages

This is pretty much what Arrow is made for.

I assume you're talking about Apache Arrow?

Interesting! Don't think I've seen this one.

https://arrow.apache.org/

Edit: I'm surprised to not find anything when I try to find projects that try to use Apache Arrow in unity 3d. Seems to be a lot of interesting potential in leveraging various simulation libraries in game like applications.

Edit2: Ah, probably because something like waterlilly would have to be rewritten quite a bit too use arrow.