the.bay.news

[ANN] VolumeRendering.jl – plotting volumes, fast and interactive

Julia Programming Language
[ANN] VolumeRendering.jl – plotting volumes, fast and interactive
Happy to announce a new package VolumeRendering.jl for visualizing 3D fields – scalar or vector, always fast, interactive, and extensible. The default recommended way to use it is as an ImGui widget, can potentially be integrated into other environments if needed. Simplest example using VolumeRendering, AxisKeys # your data: any 3D `KeyedArray` whose axis keys give the world coordinates A = KeyedArray(...; x = xs, y = ys, z = zs) view = FieldView(A) # ...then, inside your ImGui frame: ShowF...

0 comments

Sign in to join the discussion — your thebay.events account works here.

No comments yet.