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

I am getting the following error upon running `GLPlot.init()`: ```julia ERROR (unhandled task failure): UndefVarError: poll_reactive not defined Stacktrace: [1] glplot_renderloop(::GLWindow.Screen, ::Reactive.Signal{Bool}, ::Reactive.Signal{Bool}) at C:\Users\user\.julia\v0.6\GLPlot\src\screen.jl:59 ``` It seems the function...

Hi Simon, any API for coordinate axes? Best, Robert

Requires https://github.com/JuliaImages/TestImages.jl/pull/29 and https://github.com/JuliaGL/GLVisualize.jl/pull/143. The new file is quite small, so the resolution isn't impressive, but on the other hand the anisotropic pixel spacing represents a good test of functionality...

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...

I obtain the following error ```julia julia> GLPlot.init() ERROR: MethodError: Cannot `convert` an object of type String to an object of type Tuple This may have arisen from a call...

At one point you mentioned a replacement for ImageView based on GLVisualize; this is of considerable interest to me. I'm guessing that the `volume.jl` and related examples are what you...

I get ```julia julia> using Plots julia> using GLPlot INFO: Precompiling module GLPlot. WARNING: Module Plots with uuid 195894601543019 is missing from the cache. This may mean module Plots does...

... and after manually installing Plots.jl ``` julia> using GLPlot, GLAbstraction julia> window = createdisplay() ERROR: UndefVarError: createdisplay not defined ```

``` julia> using GLPlot, GLAbstraction INFO: Precompiling module GLPlot. WARNING: deprecated syntax "call(::Type{T}, ...)". Use "(::Type{T})(...)" instead. ERROR: LoadError: ArgumentError: Module Plots not found in current path. Run `Pkg.add("Plots")` to...

Now that I got GLVisualize working I tried GLPlot, but got the following error: ``` ERROR: InitError: UndefVarError: slerp not defined in anonymous at /Users/solver/.julia/v0.4/GLVisualize/src/camera.jl:102 in cubecamera at /Users/solver/.julia/v0.4/GLVisualize/src/camera.jl:93 in...