I find confusing, now, the organization of the Makie ecosystem. I’m using GLMakie for a package. What should I install? Which version? Makie has had many breaking versions since my last update, and is now in 0.24.9, but I’m using GLMakie which appears to be in version 0.13.
The Makie page, on the GLMakie section, displays “0.24.9”:
So I have GLMakie = "0.13" in the Project.toml. That works. How that interacts with the (frequent) release of breaking Makie version? Should I not worry about that?
(I would find beneficial an early starting page in the Makie docs explaining these things, btw).
What’s the worry? Presumably if there is a breaking Makie release that would only filter through to you if GLMakie 0.13 gets a patch release widening the compat bound for Makie, which the devs would probably only do if they’d fixed anything that broke in GLMakie?
I don’t know. I is just that having to sort of “discover” the compat bound required, and not having found clear indications about these relations in the docs page, I worry about doing the right thing.
In my experience there are no issues with simply using GLMakie as any other package, and not worrying too much about the internal setup of the Makie monorepo.
That said, GLMakie is quite a heavy dependency for a package, have you considered a package extension?
There also used to be a recipes system for which you only had to depend on MakieCore, although I can’t find MakieCore in the Makie monorepo any longer, so maybe that’s been abandoned in favour of extensions.
The package is totally based on the graphical interface, so it must be a dependency. It has been working pretty well, by the way (given how precompilation works). FWIW, here is a small demo:
It is an educational tool for general/physical chemistry classes (to follow the concentration changes of a chemical reaction defining rate constants, temperature, initial concentrations). The package is this one.