-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remove graphics.jl and Graphics module from base #10150
Conversation
Sweet! |
Yes this is fine, but if any packages are extending these methods we need to set up a Geometry.jl package replacement right away. |
Could you create a JuliaLang/Graphics git repo for this? |
https://github.com/JuliaLang/Graphics.jl You should have commit access too. |
Ok, but there will still need to be some refactoring since not all graphics packages will use all of this. |
Coming to think of it, Graphics.jl was not a good name. Perhaps GraphicsFoundation.jl or GraphicsAPI.jl would have been a better name. This might mislead some newcomers. |
Yes, the name is a problem, but the geometry and rendering API parts need to be separated as well. |
remove graphics.jl and Graphics module from base
As discussed in #9862.