Hi Simon,

sorry to bother you again, but after clonig the packages I stil con't run 
it, this is the error I get:

julia> include ("./patch.jl")
ERROR: could not find GLFW library
 in error at error.jl:21
 in include at ./boot.jl:245
 in include_from_node1 at ./loading.jl:128
 in reload_path at loading.jl:152
 in _require at loading.jl:67
 in require at loading.jl:54
 in include at ./boot.jl:245
 in include_from_node1 at ./loading.jl:128
 in reload_path at loading.jl:152
 in _require at loading.jl:67
 in require at loading.jl:51
 in include at ./boot.jl:245
 in include_from_node1 at ./loading.jl:128
while loading /home/av388/.julia/v0.3/GLFW/src/GLFW.jl, in expression 
starting on line 5
while loading /home/av388/.julia/v0.3/GLWindow/src/GLWindow.jl, in 
expression starting on line 2
while loading /tmp/patch.jl, in expression starting on line 1

julia>


thanks again

andrea





On Thursday, 7 August 2014 19:25:23 UTC+1, Simon Danisch wrote:
>
> No, I'm sorry ;)
> Totally forgot to point you to the non trivial installation instructions ;)
> This should hopefully work:
>
> Pkg.clone("https://github.com/JuliaGL/ModernGL.jl.git";)
>
> Pkg.clone("https://github.com/SimonDanisch/GLWindow.jl.git";)
>
> Pkg.clone("https://github.com/SimonDanisch/GLAbstraction.jl.git";)
>
>
> Am Mittwoch, 6. August 2014 15:22:57 UTC+2 schrieb Andrea Vigliotti:
>>
>> Hi All,
>>
>>
>> does anyboby know how to plot a 2D polygonal patch with interpolated 
>> colouring, based on the nodal values?
>>
>> I would basically like to reproduce the matlab "patch" command, and I 
>> need it to post-process some simulation results from on a finite element 
>> model, what I would like to obtain is some contour filled plot on the 
>> deformed model, which has an arbitrary shape
>>
>> PyPlot includes the fill() command that draws filled polygonal with flat 
>> colour, but I couldn't find a version that plots polygons with interpolated 
>> colours, 
>>
>> do you guys have any suggestion about this?
>>
>> thanks,
>>
>> andrea
>>
>

Reply via email to