Why not convert them?
It just needs a redesign of a lot of internals to do that, and weāre not sure about the tradeoffs in usability yet
Mine (2020b) just took ~12 s. Sometimes itās a bit faster others a bit slower.
Thatās actually the plan for the plot type refactor, but itās still not super easy. Note that a color can be: a single color, an array of colorsā¦ And thatās one of the simpler attributes:
Just a guess, but beside improving the speed of compilation maybe it would also help usability in a way, by making the API more predicable for the user. E.g. āI can give :red
or RGBAf0(1, 0, 0, 1)
and I know itās quickly normalized to ...
and then clearly it makes no differenceā.
Awesome to hear! But yeah I see what you mean, thatās quite some workā¦
This looks strange to me anti_aliasing::Bool = :fxaa
Itās in a very early stage
24 sec on my Win 10 laptop.
GLMakie in M1 with Rosseta it takes 42 seconds to first plot. So, not badā¦ one can always use that time to explain the problem of Time to first plot
. which is less than a minute.