Replies: 3 comments 2 replies
-
Here are 3 ideas:
|
Beta Was this translation helpful? Give feedback.
-
Well, the examples are in a separate repository anyways. Test can always have their own test dependencies. And version limits you can also define for package extensions. If you make a separate MakieQml package, could you still use QML together with both Makie and GR? I like Makie for 3D and GR for 2D... |
Beta Was this translation helpful? Give feedback.
-
Yes, you can still use both Makie and GR together with QML if we split off the functionality, just use all packages as required, e.g. using QML
using QMLMakie
using QMLGR I know package extensions exist, but:
So to me, it just feels a lot more flexible to have separate packages, even in the presence of the very nice package extension system. |
Beta Was this translation helpful? Give feedback.
-
Now that QML is transferred to Julia Graphics we can start to think about how to proceed.
Related packages:
Beta Was this translation helpful? Give feedback.
All reactions