Ubuntu 14.04, julia Version 0.3.0-prerelease+3921 (2014-06-28 02:01 UTC)
a window opens with a white triangle blue/black flashing background.
Cheers,
Kaj
On Monday, July 7, 2014 12:11:41 AM UTC+3, Simon Danisch wrote:
>
> Hi,
> I'm slowly trying to push out a stable version of GLPlot.
> First step is testing the ModernGL package.
> It would be really kind, if anyone with 10 minutes of time could try, to
> run the test in ModernGL.
> You need:
> `Pkg.add("GLFW")`
> GLFW downloads the binaries under windows completely automatically, for
> linux it tries to build them but fails if you don't have xorg-dev,
> libglu1-mesa-dev
> and cmake present.
> For OSX, you need to use homebrew, or something comparable.
> Besides, GLFW has a very good documentation for building it:
> http://www.glfw.org/docs/latest/compile.html
>
> Then:
> `Pkg.clone("https://github.com/SimonDanisch/ModernGL.jl.git")`
> Then:
> go to `.julia/v0.3/ModernGL/test/` and run `julia runtests.jl
> `
> If everything is fine, a window opens with a triangle, if not, please
> report the error messages (best on
> https://github.com/SimonDanisch/ModernGL.jl)
>
> The runtest file itself is a quite the frankenstein monster, put together
> from GLUtil and yurivish <https://github.com/yurivish> simple OpenGL
> example to reduce dependencies.
>
> Thanks for your time!
>
> Simon
>
>
>