4 ms·
The authors have previously also shown off that this can do 3D visualization in real time: https://twitter.com/gabrielweymouth/status/1648682741620195328 https:
by Sukera 3y ago
The authors have previously also shown off that this can do 3D visualization in real time: https://twitter.com/gabrielweymouth/status/1648682741620195328 https://twitter.com/gabrielweymouth/status/16486827416201953...
- worldsayshi 3y agoHmm, 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.
- adgjlsfhk1 3y ago>I wonder if there's a way to share the data buffer across languages This is pretty much what Arrow is made for.
- worldsayshi 3y agoI assume you're talking about Apache Arrow? Interesting! Don't think I've seen this one. https://arrow.apache.org/ 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.