bifurcationkit / BifurcationKit.jl

A Julia package to perform Bifurcation Analysis
https://bifurcationkit.github.io/BifurcationKitDocs.jl/stable
Other
301 stars 36 forks source link

Allow using other Makie backends #54

Open sceptri opened 2 years ago

sceptri commented 2 years ago

Right now, only GLMakie backend is allowed, for e.g. WGLMakie or CairoMakie, RecipesMakie.jl is not loaded (as per this line)

Also, RecipesMakie.jl seems to only support GLMakie (but that's only my assumption).

Thanks a lot

rveltz commented 2 years ago

I dont really know Makie that well. The best way would be to create a package BifurcationKitMakie.jl in the orgranisation bifurcationkit and put the Makie code there.

Have you tried the backends WGLMakie or CairoMakie with my code (by altering the line) ? Does it work?

rveltz commented 4 days ago

This part has been refactored. If you want to update it for CairoMakie, it's be awesome!