-
Notifications
You must be signed in to change notification settings - Fork 34
v0.6 compatibility - question #159
Comments
Sorry, but 0.6 is not supported right now... I really need to stark working on that, now that StaticArrays works with 0.6! |
Thanks for the quick reply. Do you know how much/long it might take to have it v0.6-compatible? |
Good question! Biggest blocking point is the switch to StaticArrays! I will take a look at it today... |
I would love to be able to move to GLVisualize on v0.6. Although the GLVisualize time-to-first-plot is still a bit long, the performance is otherwise great. Any news here? Difficult roadblocks? Thanks for the work! |
I started working on it this weekend! It started great, but then I run into a few weird bugs. |
Given its heavy use of Reactive, I wouldn't be surprised if JuliaGizmos/Interact.jl#161 (see also JuliaLang/julia#21141) is a major problem. I'm sticking with 0.5 until that's fixed. |
If you want to try! for pkg in ("GLAbstraction", "GeometryTypes", "GLWindow")
Pkg.checkout(pkg, "sd/staticarrays")
end
Pkg.checkout("ModernGL", "sd/v06")
Pkg.checkout("StaticArrays", "sd/fixedsizearrays")
Pkg.clone("https://github.com/JuliaGraphics/FreeTypeAbstraction.jl.git")
Pkg.checkout("FreeTypeAbstraction", "sd/v06") Still a lot of deprecation warnings and it segfaults at |
This is solved in the newest release: |
@SimonDanisch. I have tried to install
GLVisualize.jl
on my MacOS Sierra 10.12.3 with juliav0.6-pre-alpha
(built 22 days ago) but got several precompilation errors. I will share the errors later (as I do not have access to the laptop now). In the meantime, just wanted to know, isGLVisualize.jl
already known to work fine on OSX with latest juliav0.6
? Are there known installation issues and/or are you currently working onv0.6
compatibility?The text was updated successfully, but these errors were encountered: