Loic Chappaz

Results 13 comments of Loic Chappaz

You might have figured this out by now but running Julia with admin privileges should fix it, i.e., sudo julia.

Ah, very true. I essentially have a timesignal, e.g., loop(linspace(something)), and a surface rendered like: covt = visualize((lon, lat, zeros(lat)),:surface,color=colo, light=light) _view(covt, window, camera=:perspective) and colo is of the form:...

oohhhh I was going to play with Makie soon but it sounds like I should just do that right away. Not sure what the tagging involves for the install as...

Oh I see. The checkout for GLvisualize and GLAbstraction went thru but it broke my current code: ``` ERROR: LoadError: BoundsError: attempt to access (-0.12163732f0, -0.6711466f0, 0.0014587811f0) at index [4]...

hmmm I don't think so: ``` julia> Pkg.status() 23 required packages: - ArrayFire 0.1.0 - ArrayViews 0.6.4 - Atom 0.6.2 - BlackBoxOptim 0.3.0 - Evolutionary 0.1.2 - FixedSizeArrays 0.2.5 -...

hmmm I don't see why not. I'd just have to convert from 3D vec to quaternions, as you mention at the end of your message. There must be something out...

So, that indeed fixed the error but I think there might be a math error in the conversion -- or the convention is different from before -- or, and that's...

@SimonDanisch Nice -- it is indeed fixed :) > Did you figure out how to do textured meshes with GLVisualize?! :) Nope, I have not played with the new stuff...

Yo, I had the same problem on a Dell XPS 15 on Ubuntu 16. Same as @timholy mentioned, I had no issue with it some time ago. For anyone who...

I actually found the google.code page and was able to fix that first error by adding `-fpermissive` to `CXXFLAGS`, but I end up with a new error, unrelated to the...