FourierFlows / GeophysicalFlows.jl

Geophysical fluid dynamics pseudospectral solvers with Julia and FourierFlows.jl.
https://fourierflows.github.io/GeophysicalFlowsDocumentation/stable/
MIT License
153 stars 32 forks source link

Transition from Plots.jl to GLMakie.jl #209

Closed navidcy closed 2 years ago

navidcy commented 3 years ago

I'm wondering whether we should transition all our example to use GLMakie.jl for plotting. In that way we can plot directly CuArrays without the need to transfer things back to the CPU.

Or we can have half of our examples use GLMakie.jl...