GLPlot.jl icon indicating copy to clipboard operation
GLPlot.jl copied to clipboard

Plotting for Julia with OpenGL

Results 20 GLPlot.jl issues
Sort by recently updated
recently updated
newest added

Hi Simon, I've tried to installed GLPlot on my Macbook. Several tries but always the same error when running Pkg.test("GLPlot") ERROR: `lift` has no method matching lift(::Function, ::Type{Vector2{Float64}}, ::Input{Vector2{Float64}}, ::Input{Vector4{Int64}})...

http://pdiff.sourceforge.net/

enhancement

@SimonDanisch. I figure it might be interesting to exchange some ideas on how OpenGL textures could be processed in OpenCV, and discuss possible interfaces for advanced image processing and graphics....

Hi Simon, I'm working with mesh objects (from the Meshes package), and need to 1) display a mesh in 3D, and 2) take a screen grab to save as an...

I was playing around with embedding some of this stuff into a window I got from Qt, just for fun. It eventually didn't crash (doesn't quite work yet, because I...

HI @SimonDanisch , I am a student doing a hydrodynamics research project and would like to use Julia for part of it. I would need to visualise 3d vector fields...

@SimonDanisch, yesterday spent some time trying to generate the library file from the .zip file At the beginning it seemed very easy reading the GLPlot wiki, but the glfw page...

Sorry this has taken so long, but I've finally managed to carve some time out to work on the Rift API. I think I have all the pieces in place....

Runing the surface example include("C:/j/.julia/v0.3/GLPlot/example/surface.jl") and killing the openGL figure after, raises an non-stopable series of errors ErrorException("assertion failed: shaderID > 0") On MacBookPro 2009 running Win7 64. Graphics card...

My enum approach for OpenGL doesn't seem to work out, as some enums have the same value. Seems like I need to introduce a hierarchical enum type, to handle all...