How do I do real-time rendering with CUDA.jl?

GLMakie is really quite flexible and shouldn’t be discounted out of hand (especially if you’re just trying to display a 2D array as an image or heatmap in a loop). Take a look at this post for GLMakie/CUDA integration without any CPU-GPU data transfer: CuArray + GLMakie - #8 by maleadt

1 Like