Hacker News new | ask | show | jobs
by Sukera 1132 days ago
The authors have previously also shown off that this can do 3D visualization in real time: https://twitter.com/gabrielweymouth/status/16486827416201953...
1 comments

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.

>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.