Polyhedra.jl
Polyhedra.jl copied to clipboard
Use AbstractPlotting instead of Makie?
Ref: https://github.com/JuliaPlots/Makie.jl/issues/708 This would allow someone to use any of the Makie backends.
Could you be more specific ? This package does not require Makie directly
I mean that I can't follow the Makie example here, as Makie is not supported on Linux with AMD GPUs and throws an error on loading.
However, using AbstractPlotting, WGLMakie, WGLMakie.activate!() is supposed to work (haven't tested).