JuliaGraphics / Winston.jl

2D plotting for Julia
MIT License
171 stars 55 forks source link

Migrate to Gtk only? #281

Open ararslan opened 7 years ago

ararslan commented 7 years ago

Currently this package uses Tk by default with the option of using Gtk. However, the Tk package does not support precompilation, which means Winston similarly cannot support it. If we make the switch to Gtk, we'll get precompilation plus faster rendering. See discussion in https://github.com/JuliaGraphics/Winston.jl/pull/279 for some further details. What are your thoughts? cc @nolta in particular.

nolta commented 7 years ago

I'm ok with switching, but it seem premature, given this problem.

ararslan commented 7 years ago

Right, it would take some updating and maintenance up front, likely both here and Gtk.

tknopp commented 6 years ago

ping @ararslan, I agree that this should be done. Should I prepare a PR?

ararslan commented 6 years ago

If you'd be willing to do that, I think it's the right way to go!