JuliaPolyhedra / Polyhedra.jl

Polyhedral Computation Interface
Other
172 stars 27 forks source link

Use AbstractPlotting instead of Makie? #227

Open chriselrod opened 3 years ago

chriselrod commented 3 years ago

Ref: https://github.com/JuliaPlots/Makie.jl/issues/708 This would allow someone to use any of the Makie backends.

blegat commented 3 years ago

Could you be more specific ? This package does not require Makie directly

chriselrod commented 3 years ago

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).