GLPlot.jl
GLPlot.jl copied to clipboard
Empty window
Hi!
I'm having an issue when running any script that uses GLPlot (including the examples provided) doing either include(someexample.jl)
or julia someexmaple.jl
but it works fine if I directly paste code in the REPL. A window does open, consistent with the call to GLPlot.init() but it is not populated with anything (objects from glplot, e.g. surfaces and volumes, or edit menu items, e.g. play sliders).
Any idea what I am doing wrong or missing here?
Thanks!
Can you try to update Reactive? There have been a lot of bugs which could yield this behaviour!
Sure thing, as far as I can tell I now have the latest Reactive (Did Pkg.update() and Pkg.checkout("Reactive") which is likely redundant) -- except if there is more to it -- but alas to no avail.