Run Julia/Makie simulations in Blender

Hello,

Blender user here, new to Julia.

I ran into a Tweet with a cool Protein simuation done with the BioMakie.jl Julia program, and wanted to know if it is possible to export the simulation data to use it in Blender; or convert the Julia code to Python; or a plugin to run Julia code directly in Blender or some other VFX program to add extra whistles and bells. :grinning:

Just curious if there are any processes and/or integrations beyond the roam of Julia to visualise thinbgs in a more ‘artistic’ manner than the ‘plotting’ style of Makie? The question isn’t specifically for BioMakie.jl but Julia programs in general.

Hope I’m not going against too much against the grain here.

Thanks in advance!

Chi

https://twitter.com/DanK_ool/status/1308628179024781313?s=20

see;

as well as:

for other approaches.

Nothing for blender 3 yet, but should not be too hard.

1 Like

We’re pretty close to release a new Raytracing backend for Makie, if that’s what you’re after with a blender export:
https://makie.juliaplots.org/dev/documentation/backends/rprmakie/

It’s still experimental, but should allow for some pretty fancy renders already!

11 Likes

Oh yeah, looks really cool!

I like the emmiseve colors of the Eath Topgraphy model, lava-ish!

When is the official release?

I see it runs on the GPU or hybrid withe the CPU.

Curious how this works for example with the BioMakie graph program above, when it is build on Qhull that runs on the CPU. Let’s say you have a large model with 100.000 nodes and you would like to animate and visualise that. Probably rendering the images costs the most calculation power and is best done on the GPU, how is that arranged?

Edit: without going into too much details, just trying to get some idea. :grinning:

Well, you just use Makie & BioMakie.jl as always and select the RPR backend with the GPU :man_shrugging:

This would actually make for a cool RPR showcase, I’ll see if I can create an example with @kool7d

1 Like

you could render this one also. Just copy and paste :smiley:

https://lazarusa.github.io/BeautifulMakie/surfWireLines/RRGraph3D/

Hi Simon,

I made today a blogpost (+code) on the VoroX program for which I was enquiring:

https://800millionparticles.blogspot.com/2021/12/voro-x.html

If ever you’d like to use that one as a ‘showcase’ that would be nice ; )

Vorox_sml

2 Likes

That link didn’t work for me, but this one does:
https://makie.juliaplots.org/dev/documentation/backends/rprmakie/

Super cool use of Radeon Pro Render! I work with some of the RPR developers so I’ll let them know. :slight_smile:

4 Likes